Module: Virtual::Controls::ProtocolMethod::Override
- Defined in:
- lib/virtual/controls/protocol_method.rb
Class Method Summary collapse
Class Method Details
.example ⇒ Object
26 27 28 29 30 31 32 33 34 35 |
# File 'lib/virtual/controls/protocol_method.rb', line 26 def self.example Class.new do include Virtual def some_protocol_method end protocol :some_protocol_method end end |