Class: DateTime
- Inherits:
-
Object
- Object
- DateTime
- Defined in:
- lib/date_by_example/date_time.rb
Instance Method Summary collapse
Instance Method Details
#by_example(example) ⇒ Object
2 3 4 |
# File 'lib/date_by_example/date_time.rb', line 2 def by_example(example) ExampleFormatter.new(example).format(self) end |