Class: Rorschach

Inherits:
Object
  • Object
show all
Defined in:
lib/rorschach.rb

Overview

require_relative ‘rorschach/helpers’ require_relative ‘rorschach/warning’ require_relative ‘rorschach/info’

Class Method Summary collapse

Class Method Details

.hiObject

end end



33
34
35
# File 'lib/rorschach.rb', line 33

def self.hi
  puts "hello world"
end