Method: Gemaker::Cmd::ConfigureEditorConfig#perform
- Defined in:
- lib/gemaker/commands/configure_editor_config.rb
#perform ⇒ Object
4 5 6 7 |
# File 'lib/gemaker/commands/configure_editor_config.rb', line 4 def perform copy_file("editorconfig", ".editorconfig") info "Configure editorconfig" end |