Sha256: 6702d749ff76b9e9164b35a85651e5c60f0df1fa5d6f67a53f5785f041122076

Contents?: true

Size: 249 Bytes

Versions: 6

Compression:

Stored size: 249 Bytes

Contents

module Searchgasm
  module Modifiers
    class Lower < Base
      class << self
        def modifier_names
          super + ["downcase", "lcase"]
        end
        
        def return_type
          :string
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
searchgasm-1.4.1 lib/searchgasm/modifiers/lower.rb
searchgasm-1.5.1 lib/searchgasm/modifiers/lower.rb
searchgasm-1.4.0 lib/searchgasm/modifiers/lower.rb
searchgasm-1.5.0 lib/searchgasm/modifiers/lower.rb
searchgasm-1.5.2 lib/searchgasm/modifiers/lower.rb
searchgasm-1.5.3 lib/searchgasm/modifiers/lower.rb