Sha256: a97fc12a41d5d43c8395280ef9608ebaf877c42cab9bbf7424ac7a5cfe4eedbf
Contents?: true
Size: 265 Bytes
Versions: 3
Compression:
Stored size: 265 Bytes
Contents
module AQL class Node # Base class for operations class Operation < self private # Return keyword # # @return [Symbol] # # @api private # def keyword self.class::KEYWORD end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
aql-0.0.3 | lib/aql/node/operation.rb |
aql-0.0.2 | lib/aql/node/operation.rb |
aql-0.0.1 | lib/aql/node/operation.rb |