class TrojanHorse

Public Class Methods

hi() click to toggle source
# File lib/trojan_horse.rb, line 2
def self.hi
  puts "I'm a horse"
end