class Hello

Public Instance Methods

hello() click to toggle source
# File lib/Cebu/hello.rb, line 2
def hello
  puts "Hello, Cebu!"
end
pow(a, b) click to toggle source
# File lib/Cebu/hello.rb, line 6
def pow(a, b)
  a ** b
end