module Catherine

Constants

VERSION

Public Class Methods

hello() click to toggle source
# File lib/catherine.rb, line 5
def self.hello
  puts "Hello, world!"
end