Sha256: 26ad74b02f3f6c92bc9c3e2542b22414e3604501dc0770b7372b24006edea25f
Contents?: true
Size: 344 Bytes
Versions: 1
Compression:
Stored size: 344 Bytes
Contents
module Roro class CLI < Thor no_commands do def config_std_out_true prepend_to_file('config/boot.rb', "$stdout.sync = true\n\n", @env_hash[:use_force]) end def gitignore_sensitive_files append_to_file ".gitignore", "\nroro/**/*.env\nroro/**/*.key" end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
roro-0.3.4 | lib/roro/cli/base/insertions.rb |