class Sup attr_accessor :foo def foo self[:foo] ||= calc_foo end private def calc_foo # do soem shit that calcs which is expenno end end