Class: ConvenientService::Examples::Dry::Gemfile::Services::StripComments
- Inherits:
-
Object
- Object
- ConvenientService::Examples::Dry::Gemfile::Services::StripComments
- Includes:
- DryService::Config
- Defined in:
- lib/convenient_service/examples/dry/gemfile/services/strip_comments.rb
Instance Method Summary collapse
Methods included from Config
Instance Method Details
#result ⇒ Object
35 36 37 |
# File 'lib/convenient_service/examples/dry/gemfile/services/strip_comments.rb', line 35 def result success(content_without_comments: file_without_comments.read) end |