class Zine::Site::MockYes
currently used to say yes on a script's behalf - in notice
Public Instance Methods
ask(_question)
click to toggle source
# File lib/zine.rb, line 76 def ask(_question) 'Y' end
currently used to say yes on a script's behalf - in notice
# File lib/zine.rb, line 76 def ask(_question) 'Y' end