Sha256: 6c8d50b4d4dff0866b7aa6144f89497c08f72757268c2003b5ee2e72308c8f1c

Contents?: true

Size: 247 Bytes

Versions: 6

Compression:

Stored size: 247 Bytes

Contents

module Searchgasm
  module Modifiers
    class Upper < Base
      class << self
        def modifier_names
          super + ["upcase", "ucase"]
        end
        
        def return_type
          :string
        end
      end
    end
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

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