Exception: Tricle::AbstractMethodError

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/tricle/abstract_method_error.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



3
4
5
6
# File 'lib/tricle/abstract_method_error.rb', line 3

def to_s
  name = self.backtrace.first[/`(\w+)'/, 1]
  "##{name} not implemented"
end