Class: TempRubyGem::AnotherClass

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

Class Method Summary collapse

Class Method Details

.me(arg) ⇒ Object



5
6
7
# File 'lib/temp_ruby_gem/another_class.rb', line 5

def self.me(arg)
  puts arg.colorize(:blue)
end