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