Module: Invocation::Controls::BlockParameter

Defined in:
lib/invocation/controls/block_parameter.rb

Defined Under Namespace

Classes: Example

Class Method Summary collapse

Class Method Details

.example(&blk) ⇒ Object



4
5
6
7
# File 'lib/invocation/controls/block_parameter.rb', line 4

def self.example(&blk)
  subject = Example.new
  subject.some_method(&blk)
end