# File lib/pry/commands/save_file.rb, line 56
def
mode
opts
.
present?
(
:append
)
?
"a"
:
"w"
end