class MaxFieldPropertyNode
Public Instance Methods
apply_function(operand)
click to toggle source
# File lib/ast_node.rb, line 326 def apply_function(operand) parent.properties[:yMax] = @value.to_i return operand end