class RubyEdit::ApplyPrompt

Public Instance Methods

continue?() click to toggle source
# File lib/ruby_edit/apply_prompt.rb, line 7
def continue?
  prompt.yes?('Do you want to apply these changes?')
end