Class: TempRubyGem::AnotherClass
- Inherits:
-
Object
- Object
- TempRubyGem::AnotherClass
- Defined in:
- lib/temp_ruby_gem/another_class.rb
Class Method Summary collapse
Class Method Details
.me ⇒ Object
3 4 5 |
# File 'lib/temp_ruby_gem/another_class.rb', line 3 def self.me puts 'Me!' end |