Class: ConvenientService::Examples::Standard::Cowsay
- Inherits:
-
Object
- Object
- ConvenientService::Examples::Standard::Cowsay
- Includes:
- Feature::Configs::Standard
- Defined in:
- lib/convenient_service/examples/standard/cowsay.rb,
lib/convenient_service/examples/standard/cowsay/services/print.rb,
lib/convenient_service/examples/standard/cowsay/services/build_cow.rb,
lib/convenient_service/examples/standard/cowsay/services/build_cloud.rb more...
Defined Under Namespace
Modules: Services
Instance Method Summary collapse
Methods included from Feature::Configs::Standard
Methods included from Config
Instance Method Details
#print(text = "Hello World!", out: $stdout) ⇒ Object
[View source]
25 26 27 |
# File 'lib/convenient_service/examples/standard/cowsay.rb', line 25 def print(text = "Hello World!", out: $stdout) Services::Print[text: text, out: out] end |