class Object

Public Instance Methods

reputs(thing) click to toggle source
# File lib/reputs.rb, line 4
def reputs(thing)
  puts thing
  return thing
end