dsl_factory
dsl_factory copied to clipboard
Allow access to values on the instance
Allow access to values on the instance not only the class.
# this works already
LakeSuperior.lake_name
# and this would be nice:
LakeSuperior.new.lake_name
Implementation: maybe use the extended hook