Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
John Crepezzi committed Jan 6, 2011
1 parent b7aa4bf commit 24b4606
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ ice_cube implements its own hash-based .to_yaml, so you can quickly (and safely)
hash = schedule.to_hash
Schedule.from_hash(hash)

Schedule.from_hash(hash, :start_date_override => Time.now)
Schedule.from_yaml(yaml, :start_date_override => Time.now)
Schedule.from_hash(hash, :start_date_override => Time.now)

---

Expand Down

0 comments on commit 24b4606

Please sign in to comment.