Exception: Screenplay::MethodNotImplemented

Inherits:
StandardError
  • Object
show all
Defined in:
lib/screenplay/actor.rb

Instance Method Summary collapse

Constructor Details

#initialize(name) ⇒ MethodNotImplemented

Returns a new instance of MethodNotImplemented.



8
9
10
# File 'lib/screenplay/actor.rb', line 8

def initialize(name)
	super("Method #{name} is not implemented.")
end