Class: ConvenientService::Examples::Dry::Gemfile::Services::FormatGemsWithEnvs

Inherits:
Object
  • Object
show all
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

Instance Method Details

#resultObject



64
65
66
# File 'lib/convenient_service/examples/dry/gemfile/services/format_gems_with_envs.rb', line 64

def result
  success(formatted_content: format_content)
end