Sha256: ef464d6dc1ae67b96c665ec84d82f53d40ca076cee1cacacafddff06a6356e6c
Contents?: true
Size: 289 Bytes
Versions: 4
Compression:
Stored size: 289 Bytes
Contents
# frozen_string_literal: true module Phlex::Compiler::Nodes class FCall < Base def name @node.value.value.to_sym end def arguments case @node.arguments in SyntaxTree::Args @node.arguments in SyntaxTree::ArgParen @node.arguments.arguments end end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
phlex-0.5.3 | lib/phlex/compiler/nodes/fcall.rb |
phlex-0.5.2 | lib/phlex/compiler/nodes/fcall.rb |
phlex-0.5.1 | lib/phlex/compiler/nodes/fcall.rb |
phlex-0.5.0 | lib/phlex/compiler/nodes/fcall.rb |