Class: Eventual::TimeRangeList
- Defined in:
- lib/eventual/syntax_nodes.rb
Instance Method Summary collapse
Methods inherited from TimeList
Instance Method Details
#make(year, month, day) ⇒ Object
233 234 235 |
# File 'lib/eventual/syntax_nodes.rb', line 233 def make year, month, day map { |e| e.make year, month, day } end |