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
658 659 660 |
# File 'lib/ustate/query_string.rb', line 658 def ruby_value Integer(text_value) end |