Class: PayrollCalculator

Inherits:
Object
  • Object
show all
Defined in:
ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/invalid_project/gems/payroll_calculator/calculator.rb,
ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/gems/payroll_calculator/calculator.rb

Instance Method Summary collapse

Instance Method Details

#calculateObject



2
3
4
# File 'ext/cargo-vendor/codeowners-0.2.5/tests/fixtures/valid_project/gems/payroll_calculator/calculator.rb', line 2

def calculate
  10_000
end