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.
2 parents 0a42b17 + dbe6811 commit 4630319Copy full SHA for 4630319
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