class Quotation

Public Class Methods

hi() click to toggle source
# File lib/quotation.rb, line 2
def self.hi
  puts "Yo Earth!"
end