Sha256: da0196c0b32249f73b5401a8f6519b8bfa93c69f3606cfeaf572c294de6d6d9e
Contents?: true
Size: 135 Bytes
Versions: 4
Compression:
Stored size: 135 Bytes
Contents
# frozen_string_literal: true module Phlex::Compiler::Nodes class VCall < Base def name @node.value.value.to_sym end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
phlex-0.5.3 | lib/phlex/compiler/nodes/vcall.rb |
phlex-0.5.2 | lib/phlex/compiler/nodes/vcall.rb |
phlex-0.5.1 | lib/phlex/compiler/nodes/vcall.rb |
phlex-0.5.0 | lib/phlex/compiler/nodes/vcall.rb |