Class: Zine::Site::MockYes

Inherits:
Object
  • Object
show all
Defined in:
lib/zine.rb

Overview

currently used to say yes on a script’s behalf - in #notice

Instance Method Summary collapse

Instance Method Details

#ask(_question) ⇒ Object



76
77
78
# File 'lib/zine.rb', line 76

def ask(_question)
  'Y'
end