Module: Hlockey::SelfDescribable
- Included in:
- Game::Weather::Weatherable, Mod::Moddable
- Defined in:
- lib/hlockey/selfdescribable.rb
Overview
For things that name themselves by class name
Instance Method Summary collapse
Instance Method Details
#to_s ⇒ Object
5 |
# File 'lib/hlockey/selfdescribable.rb', line 5 def to_s = self.class.to_s.split("::").last |