Top Level Namespace

Instance Method Summary collapse

Instance Method Details

#hi(myarg) ⇒ Object



3
4
5
# File 'lib/easy-dotenv.rb', line 3

def hi(myarg)
  puts "hello #{myarg}"
end