class Taketo::Actions::EditConfig

Public Instance Methods

run() click to toggle source
# File lib/taketo/actions/edit_config.rb, line 7
def run
  editor = ENV["EDITOR"]
  system("#{editor} #{options[:config]}")
end