Exception: Screenplay::MethodNotImplemented
- Inherits:
-
StandardError
- Object
- StandardError
- Screenplay::MethodNotImplemented
- Defined in:
- lib/screenplay/actor.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ MethodNotImplemented
constructor
A new instance of MethodNotImplemented.
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 |