Class: Searchgasm::Modifiers::Log

Inherits:
Base
  • Object
show all
Defined in:
lib/searchgasm/modifiers/log.rb

Class Method Summary collapse

Methods inherited from Base

adapter_method_name, modifier_name

Class Method Details

.modifier_namesObject



5
6
7
# File 'lib/searchgasm/modifiers/log.rb', line 5

def modifier_names
  super + ["ln"]
end

.return_typeObject



9
10
11
# File 'lib/searchgasm/modifiers/log.rb', line 9

def return_type
  :float
end