Method: TinyGQL::Nodes::Value#initialize
- Defined in:
- lib/tinygql/nodes.rb
#initialize(pos, value) ⇒ Value
Returns a new instance of Value.
231 232 233 234 |
# File 'lib/tinygql/nodes.rb', line 231 def initialize pos, value super(pos) @value = value end |