lib/convenient_service/examples/standard/v1/cowsay.rb in convenient_service-0.14.0 vs lib/convenient_service/examples/standard/v1/cowsay.rb in convenient_service-0.15.0
- old
+ new
@@ -12,10 +12,10 @@
module ConvenientService
module Examples
module Standard
module V1
class Cowsay
- include ConvenientService::Feature
+ include ConvenientService::Feature::Standard::Config
entry :print do |text = "Hello World!", out: $stdout|
Services::Print[text: text, out: out]
end
end