class InfoFieldPropertyNode
Public Instance Methods
apply_function(operand)
click to toggle source
# File lib/ast_node.rb, line 333 def apply_function(operand) # puts "Info tag is currently ignored" return operand end