Module: UState::QueryString::Or1
- Defined in:
- lib/ustate/query_string.rb
Instance Method Summary collapse
Instance Method Details
#first ⇒ Object
27 28 29 |
# File 'lib/ustate/query_string.rb', line 27 def first elements[0] end |
#rest ⇒ Object
31 32 33 |
# File 'lib/ustate/query_string.rb', line 31 def rest elements[1] end |