Module: EacRubyUtils::Listable::ClassMethods
- Defined in:
- lib/eac_ruby_utils/listable/class_methods.rb
Instance Method Summary collapse
Instance Method Details
#lists ⇒ Object
9 10 11 |
# File 'lib/eac_ruby_utils/listable/class_methods.rb', line 9 def lists @lists ||= ::EacRubyUtils::Listable::Lists.new(self) end |