Methods
N
Y
Instance Public methods
no()
# File activesupport/test/callbacks_test.rb, line 91
def no; false; end
yes()
# File activesupport/test/callbacks_test.rb, line 90
def yes; true; end