Sha256: c4e234dd06f510dcd9f168eb41eaaccff47f4ce288a44d2ae6dc43bfd82032c6

Contents?: true

Size: 302 Bytes

Versions: 9

Compression:

Stored size: 302 Bytes

Contents

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

            def type
              Inflecto.underscore(Inflecto.demodulize(self.class)).to_sym
            end

          end
        end
      end
    end
  end
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
rasti-db-4.2.0 lib/rasti/db/nql/nodes/constants/base.rb
rasti-db-4.1.1 lib/rasti/db/nql/nodes/constants/base.rb
rasti-db-4.1.0 lib/rasti/db/nql/nodes/constants/base.rb
rasti-db-4.0.0 lib/rasti/db/nql/nodes/constants/base.rb
rasti-db-3.0.0 lib/rasti/db/nql/nodes/constants/base.rb
rasti-db-2.3.3 lib/rasti/db/nql/nodes/constants/base.rb
rasti-db-2.3.2 lib/rasti/db/nql/nodes/constants/base.rb
rasti-db-2.3.1 lib/rasti/db/nql/nodes/constants/base.rb
rasti-db-2.3.0 lib/rasti/db/nql/nodes/constants/base.rb