Class: TempRubyGem::AnotherClass

Inherits:
Object
  • Object
show all
Defined in:
lib/temp_ruby_gem/another_class.rb

Class Method Summary collapse

Class Method Details

.meObject



3
4
5
# File 'lib/temp_ruby_gem/another_class.rb', line 3

def self.me
  puts 'Me!'
end