Module: UState::QueryString::Integer1
- Defined in:
- lib/ustate/query_string.rb
Instance Method Summary collapse
- #ruby_value ⇒ Object (also: #sql)
Instance Method Details
#ruby_value ⇒ Object Also known as: sql
1194 1195 1196 |
# File 'lib/ustate/query_string.rb', line 1194 def ruby_value Integer(text_value) end |