module Rocktest

Constants

VERSION

Public Instance Methods

greeting() click to toggle source

Your code goes here…

# File lib/rocktest.rb, line 5
def greeting
      puts "What the hell...?"
end