class Blah

Public Class Methods

hello() click to toggle source
# File lib/blah.rb, line 2
def self.hello
  puts "Hello World!"
end