Module: Yap::World::AddonMethods::InstanceMethods
- Included in:
- Yap::World::Addon
- Defined in:
- lib/yap/world/addons.rb
Instance Method Summary collapse
Instance Method Details
#addon_name ⇒ Object
44 45 46 |
# File 'lib/yap/world/addons.rb', line 44 def addon_name @addon_name ||= self.class.addon_name end |
#debug_log(msg) ⇒ Object
48 49 50 |
# File 'lib/yap/world/addons.rb', line 48 def debug_log(msg) self.class.debug_log(msg) end |