Method: Runt::REYear#save
- Defined in:
- lib/runt/temporalexpression.rb
#save ⇒ Object
573 574 575 |
# File 'lib/runt/temporalexpression.rb', line 573 def save "Runt::REYear.new(#{@start_month}, #{@start_day}, #{@end_month}, #{@end_day})" end |