module Archy

Constants

VERSION

Public Class Methods

hi() click to toggle source
# File lib/archy.rb, line 4
def self.hi
  puts "Hello world!"
end