[Source]
# File lib/expressions.rb, line 41 41: def initialize(name) 42: @name = name 43: end
[Validate]