Class: ConvenientService::Examples::Dry::Gemfile::Services::FormatGemsWithEnvs
- Inherits:
- 
      Object
      
        - Object
- ConvenientService::Examples::Dry::Gemfile::Services::FormatGemsWithEnvs
 
- Includes:
- DryService::Config
- Defined in:
- lib/convenient_service/examples/dry/gemfile/services/format_gems_with_envs.rb
Constant Summary collapse
- BLOCK_END =
- "end"
- BLOCK_DO =
- "do"
- COMMA_WITH_SPACE =
- ", "
- EMPTY_LINE =
- ""
- ENTER =
- "\n"
- GROUP =
- "group"
- SPACE =
- " "
- TAB =
- " "
Instance Method Summary collapse
Methods included from Config
Instance Method Details
#result ⇒ Object
| 69 70 71 | # File 'lib/convenient_service/examples/dry/gemfile/services/format_gems_with_envs.rb', line 69 def result success(formatted_content: format_content) end |