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