Method: GhostWheel::Expression::Sequence#initialize
- Defined in:
- lib/ghost_wheel/expression/sequence.rb
#initialize(*expressions) ⇒ Sequence
Returns a new instance of Sequence.
6 7 8 |
# File 'lib/ghost_wheel/expression/sequence.rb', line 6 def initialize(*expressions) @expressions = expressions end |