Sha256: d723c12d5a0cd7196f4541e11a9444ed2a5ab6b0059101297bf33a373a8a010d

Contents?: true

Size: 236 Bytes

Versions: 6

Compression:

Stored size: 236 Bytes

Contents

module Searchgasm
  module Modifiers
    class Trim < Base
      class << self
        def modifier_names
          super + ["strip"]
        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/trim.rb
searchgasm-1.5.2 lib/searchgasm/modifiers/trim.rb
searchgasm-1.5.1 lib/searchgasm/modifiers/trim.rb
searchgasm-1.4.0 lib/searchgasm/modifiers/trim.rb
searchgasm-1.4.1 lib/searchgasm/modifiers/trim.rb
searchgasm-1.5.0 lib/searchgasm/modifiers/trim.rb