module August

Constants

VERSION

Public Class Methods

say_hello() click to toggle source
# File lib/august.rb, line 4
def self.say_hello
  puts 'Hi'
  'Hi'
end