Module: UState::QueryString::And1

Defined in:
lib/ustate/query_string.rb

Instance Method Summary collapse

Instance Method Details

#firstObject



134
135
136
# File 'lib/ustate/query_string.rb', line 134

def first
  elements[0]
end

#restObject



138
139
140
# File 'lib/ustate/query_string.rb', line 138

def rest
  elements[1]
end