Method: Hello.hello

Defined in:
lib/user-cache.rb

.helloObject



2
3
4
# File 'lib/user-cache.rb', line 2

def self.hello
  puts "Hello world!"
end