module Spitfyre

Constants

VERSION

Public Class Methods

spit() click to toggle source
# File lib/spitfyre.rb, line 5
def self.spit
  puts "Hello World"
end