Skip to content

Commit

Permalink
Add alias FB for FizzBuzz.
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Wilczynski <[email protected]>
  • Loading branch information
kwilczynski committed Sep 27, 2012
1 parent 7a2661c commit c9f6b60
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/fizzbuzz.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ def self.fizzbuzz(size, &block)
end
end

FB = FizzBuzz

# vim: set ts=2 sw=2 et :
# encoding: utf-8

0 comments on commit c9f6b60

Please sign in to comment.