module Ohayo

Constants

VERSION

Public Class Methods

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