lib/convenient_service/examples/standard/cowsay/services/print.rb in convenient_service-0.12.0 vs lib/convenient_service/examples/standard/cowsay/services/print.rb in convenient_service-0.13.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
module ConvenientService
module Examples
module Standard
- module Cowsay
+ class Cowsay
module Services
class Print
include ConvenientService::Standard::Config
attr_reader :text, :out