Sha256: 6d057b8a5374671fd84832fa6d15a0a5e06d6ac24f006d68617091e05af56cd8

Contents?: true

Size: 238 Bytes

Versions: 6

Compression:

Stored size: 238 Bytes

Contents

module Searchgasm
  module Modifiers
    class Rtrim < Base
      class << self
        def modifier_names
          super + ["rstrip"]
        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.0 lib/searchgasm/modifiers/rtrim.rb
searchgasm-1.5.1 lib/searchgasm/modifiers/rtrim.rb
searchgasm-1.5.2 lib/searchgasm/modifiers/rtrim.rb
searchgasm-1.5.0 lib/searchgasm/modifiers/rtrim.rb
searchgasm-1.4.1 lib/searchgasm/modifiers/rtrim.rb
searchgasm-1.5.3 lib/searchgasm/modifiers/rtrim.rb