Sha256: 4f033e45b66ef71234ac733af8630c322aa32365a82ba87225216a21bd7c14b4

Contents?: true

Size: 262 Bytes

Versions: 9

Compression:

Stored size: 262 Bytes

Contents

module Rasti
  module DB
    module NQL
      module Nodes
        module Constants
          class Integer < Treetop::Runtime::SyntaxNode

            def value
              text_value.to_i
            end

          end
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rasti-db-2.2.0 lib/rasti/db/nql/nodes/constants/integer.rb
rasti-db-2.1.0 lib/rasti/db/nql/nodes/constants/integer.rb
rasti-db-2.0.1 lib/rasti/db/nql/nodes/constants/integer.rb
rasti-db-2.0.0 lib/rasti/db/nql/nodes/constants/integer.rb
rasti-db-1.5.0 lib/rasti/db/nql/nodes/constants/integer.rb
rasti-db-1.4.0 lib/rasti/db/nql/nodes/constants/integer.rb
rasti-db-1.3.1 lib/rasti/db/nql/nodes/constants/integer.rb
rasti-db-1.3.0 lib/rasti/db/nql/nodes/constants/integer.rb
rasti-db-1.2.0 lib/rasti/db/nql/nodes/constants/integer.rb