class Time
Public Instance Methods
by_example(example)
click to toggle source
# File lib/date_by_example/time.rb, line 2 def by_example(example) ExampleFormatter.new(example).format(self) end
# File lib/date_by_example/time.rb, line 2 def by_example(example) ExampleFormatter.new(example).format(self) end