Class: Searchgasm::Modifiers::Ceil
- Defined in:
- lib/searchgasm/modifiers/ceil.rb
Class Method Summary collapse
Methods inherited from Base
adapter_method_name, modifier_name
Class Method Details
.modifier_names ⇒ Object
5 6 7 |
# File 'lib/searchgasm/modifiers/ceil.rb', line 5 def modifier_names super + ["round_up"] end |
.return_type ⇒ Object
9 10 11 |
# File 'lib/searchgasm/modifiers/ceil.rb', line 9 def return_type :integer end |