Class: ConvenientService::Examples::Rails::Gemfile::Services::ReplaceFileContent
- Inherits:
-
Object
- Object
- ConvenientService::Examples::Rails::Gemfile::Services::ReplaceFileContent
- Includes:
- RailsService::Config
- Defined in:
- lib/convenient_service/examples/rails/gemfile/services/replace_file_content.rb
Instance Method Summary collapse
Methods included from Config
Instance Method Details
#result ⇒ Object
26 27 28 29 30 |
# File 'lib/convenient_service/examples/rails/gemfile/services/replace_file_content.rb', line 26 def result ::File.write(path, content) success end |