# File lib/glue/property.rb, line 168 def self.prop_setter(prop) s = prop.symbol %{ def #{s}=(val) @#{s} = val end } end