# File lib/pry/default_commands/input_and_output.rb, line 128 def mode if opts.present?(:append) "a" else "w" end end