module REM

Public Class Methods

hello() click to toggle source
# File lib/rem.rb, line 4
def REM.hello
  "hey!"
end