module IkiUtils

Public Instance Methods

hello() click to toggle source
# File lib/iki_utils.rb, line 5
def hello
  'world'
end