module FizzBuzz

Constants

MAJOR
MINOR
PATCH
VERSION

Public Class Methods

banner() click to toggle source
main() click to toggle source
# File lib/fizzbuzzer.rb, line 460
def self.main
  puts Main.fizzbuzz.join( ', ' )

  ## print source add the end  e.g. source:
  ##   possible why? why not?
end
root() click to toggle source
# File lib/fizzbuzzer/version.rb, line 19
def self.root
  "#{File.expand_path( File.dirname(File.dirname(File.dirname(__FILE__))) )}"
end
version() click to toggle source
# File lib/fizzbuzzer/version.rb, line 11
def self.version
  VERSION
end