Class: ConvenientService::Examples::Standard::Factorial
- Inherits:
-
Object
- Object
- ConvenientService::Examples::Standard::Factorial
- Includes:
- Feature::Configs::Standard
- Defined in:
- lib/convenient_service/examples/standard/factorial.rb,
lib/convenient_service/examples/standard/factorial/utils/timeout.rb,
lib/convenient_service/examples/standard/factorial/services/calculate.rb,
lib/convenient_service/examples/standard/factorial/utils/timeout/with_timeout.rb more...
Defined Under Namespace
Instance Method Summary collapse
Methods included from Feature::Configs::Standard
Methods included from Config
Instance Method Details
#calculate(number) ⇒ Object
[View source]
25 26 27 |
# File 'lib/convenient_service/examples/standard/factorial.rb', line 25 def calculate(number) Services::Calculate[number: number] end |