module Pm

Constants

VERSION

Public Instance Methods

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