Sha256: 651a43d5dfcafd30f0ac3ba593c497f9ab5de0796d354ceab7aa855e0af49f7d

Contents?: true

Size: 222 Bytes

Versions: 32

Compression:

Stored size: 222 Bytes

Contents

module Arel
  module Collectors
    class PlainString
      def initialize
        @str = ''
      end

      def value
        @str
      end

      def << str
        @str << str
        self
      end
    end
  end
end

Version data entries

32 entries across 31 versions & 9 rubygems

Version Path
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/arel-6.0.4/lib/arel/collectors/plain_string.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/arel-7.1.4/lib/arel/collectors/plain_string.rb
autocompl-0.2.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/arel-7.1.4/lib/arel/collectors/plain_string.rb
autocompl-0.2.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/arel-7.1.4/lib/arel/collectors/plain_string.rb
autocompl-0.2.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/arel-7.1.4/lib/arel/collectors/plain_string.rb
autocompl-0.1.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/arel-7.1.4/lib/arel/collectors/plain_string.rb
autocompl-0.1.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/arel-7.1.4/lib/arel/collectors/plain_string.rb
autocompl-0.1.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/arel-7.1.4/lib/arel/collectors/plain_string.rb
autocompl-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/arel-7.1.4/lib/arel/collectors/plain_string.rb
abaci-0.3.0 vendor/bundle/gems/arel-7.1.0/lib/arel/collectors/plain_string.rb
arel-6.0.4 lib/arel/collectors/plain_string.rb
arel-7.1.4 lib/arel/collectors/plain_string.rb
arel-7.1.3 lib/arel/collectors/plain_string.rb
arel-7.1.2 lib/arel/collectors/plain_string.rb
arel-7.1.1 lib/arel/collectors/plain_string.rb
arel-7.1.0 lib/arel/collectors/plain_string.rb
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/arel-6.0.3/lib/arel/collectors/plain_string.rb
angular-rails4-templates-0.4.1 vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/collectors/plain_string.rb
angular-rails4-templates-0.4.0 vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/collectors/plain_string.rb
angular-rails4-templates-0.3.0 vendor/ruby/2.1.0/gems/arel-6.0.3/lib/arel/collectors/plain_string.rb