Module: UState::QueryString::And1
- Defined in:
- lib/ustate/query_string.rb
Instance Method Summary collapse
Instance Method Details
#first ⇒ Object
134 135 136 |
# File 'lib/ustate/query_string.rb', line 134 def first elements[0] end |
#rest ⇒ Object
138 139 140 |
# File 'lib/ustate/query_string.rb', line 138 def rest elements[1] end |