Classes: Base, Compound, Fixed, Variable
29 30 31
# File 'lib/usage_credits/cost/compound.rb', line 29 def self.credits(amount) Fixed.new(amount) end