module A1539khCalculator

Constants

VERSION

Public Class Methods

to_fizzbuzz(max) click to toggle source
# File lib/a1539kh_calculator.rb, line 6
def self.to_fizzbuzz(max)
  puts (1..max).fizzbuzz
end