# File lib/glue/property.rb, line 44 def initialize(symbol, klass, meta = {}) @symbol, @klass = symbol, klass @meta = meta @name = @symbol.to_s() end