class Nuffle

Public Class Methods

roll(x = '') click to toggle source
# File lib/nuffle.rb, line 3
def self.roll(x = '')
  ::Nuffle::Calculator.new(x).calculate
end