Exception: Sumac::NoMethodError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/sumac/no_method_error.rb

Instance Method Summary collapse

Instance Method Details

#messageObject



4
5
6
# File 'lib/sumac/no_method_error.rb', line 4

def message
  "method is undefined or has not been exposed"
end