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



74
75
76
# File 'lib/zine.rb', line 74

def ask(_question)
  'Y'
end