Module: Q::Conditional1
- Defined in:
- lib/q/parser.rb
Instance Method Summary collapse
Instance Method Details
#condition ⇒ Object
909 910 911 |
# File 'lib/q/parser.rb', line 909 def condition elements[3] end |
#consequence ⇒ Object
913 914 915 |
# File 'lib/q/parser.rb', line 913 def consequence elements[9] end |
#otherwise ⇒ Object
917 918 919 |
# File 'lib/q/parser.rb', line 917 def otherwise elements[11] end |