Sha256: e83c78c7a2b992ce1ab5eff28d8e4dab2ef391f0344e7145fba045cd63042aa8

Contents?: true

Size: 314 Bytes

Versions: 20

Compression:

Stored size: 314 Bytes

Contents

module Groonga
  module ExpressionTree
    class Procedure
      attr_reader :object
      def initialize(object)
        @object = object
      end

      def name
        @object.name
      end

      def build(expression)
        expression.append_object(@object, Operator::PUSH, 1)
      end
    end
  end
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
rroonga-9.0.7-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-9.0.7-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-9.0.3-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-9.0.3-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-9.0.2-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-9.0.2-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-7.1.1-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-7.1.1-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-7.0.2-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-7.0.2-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-6.1.3-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-6.1.3-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-6.1.0-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-6.1.0-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-6.0.9-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-6.0.9-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-6.0.7-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-6.0.7-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-6.0.5-x64-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb
rroonga-6.0.5-x86-mingw32 vendor/local/lib/groonga/scripts/ruby/expression_tree/procedure.rb