Method: TExp::Year#inspect

Defined in:
lib/texp/year.rb

#inspectObject

Human readable version of the temporal expression.



15
16
17
# File 'lib/texp/year.rb', line 15

def inspect
  "the year is " + humanize_list(@years)
end