class Date

Public Instance Methods

by_example(example) click to toggle source
# File lib/date_by_example/date.rb, line 2
def by_example(example)
  ExampleFormatter.new(example).format(self)
end