Class: ConvenientService::Examples::Dry::V1::Gemfile::Services::FormatGemsWithEnvs
- Inherits:
 - 
      Object
      
        
- Object
 - ConvenientService::Examples::Dry::V1::Gemfile::Services::FormatGemsWithEnvs
 
 
- Includes:
 - DryService::Config
 
- Defined in:
 - lib/convenient_service/examples/dry/v1/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
      70 71 72  | 
    
      # File 'lib/convenient_service/examples/dry/v1/gemfile/services/format_gems_with_envs.rb', line 70 def result success(formatted_content: format_content) end  |