Sha256: ebbad5f14e88449655c33fab241f1f7d2a9f587e875d7b748af66e8c52c071d2

Contents?: true

Size: 260 Bytes

Versions: 9

Compression:

Stored size: 260 Bytes

Contents

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

            def value
              text_value.to_f
            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/float.rb
rasti-db-2.1.0 lib/rasti/db/nql/nodes/constants/float.rb
rasti-db-2.0.1 lib/rasti/db/nql/nodes/constants/float.rb
rasti-db-2.0.0 lib/rasti/db/nql/nodes/constants/float.rb
rasti-db-1.5.0 lib/rasti/db/nql/nodes/constants/float.rb
rasti-db-1.4.0 lib/rasti/db/nql/nodes/constants/float.rb
rasti-db-1.3.1 lib/rasti/db/nql/nodes/constants/float.rb
rasti-db-1.3.0 lib/rasti/db/nql/nodes/constants/float.rb
rasti-db-1.2.0 lib/rasti/db/nql/nodes/constants/float.rb