README.md in eorzea_time-0.1.0 vs README.md in eorzea_time-0.2.0
- old
+ new
@@ -24,9 +24,17 @@
p et.to_s
p et.hour
p et.min
p et.sec
+
+p et.next_occurrence()
+p et.next_occurrence(time: Time.now)
+p et.next_occurrence(time: Time.now, count: 2)
+
+p et.last_occurrence()
+p et.last_occurrence(time: Time.now)
+p et.last_occurrence(time: Time.now, count: 2)
```
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.