module Invocation::Controls::BlockParameter

Public Class Methods

example(&blk) click to toggle source
# File lib/invocation/controls/block_parameter.rb, line 4
def self.example(&blk)
  subject = Example.new
  subject.some_method(&blk)
end