We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e507072 commit dbe6811Copy full SHA for dbe6811
lib/faker/default/invoice.rb
@@ -13,8 +13,8 @@ class << self
13
# @return [Integer]
14
#
15
# @example
16
- # Faker::Finance.amount_between #=> 0
17
- # Faker::Finance.amount_between(0, 10) #=> 4.33
+ # Faker::Invoice.amount_between #=> 0
+ # Faker::Invoice.amount_between(from: 0, to: 10) #=> 4.33
18
19
# @faker.version 1.9.0
20
def amount_between(from: 0, to: 0)
0 commit comments