class Block

Public Instance Methods

hello?() click to toggle source
# File activesupport/test/core_ext/module_test.rb, line 106
def hello?
  true
end