Method: Protocol::ProtocolModule#specification
- Defined in:
- lib/protocol/protocol_module.rb
#specification ⇒ Object
Switch to specification mode. Defined methods are added to the protocol description in order to be checked against in later conformance tests.
262 263 264 |
# File 'lib/protocol/protocol_module.rb', line 262 def specification @implementation = false end |