Libraries
»
patchmaster
(2.0.0)
»
Index
»
PM
»
CodeChunk
»
#run
Method: PM::CodeChunk#run
Defined in:
lib/patchmaster/code_chunk.rb
#
run
(*args) ⇒
Object
13 14 15
# File 'lib/patchmaster/code_chunk.rb', line 13
def
run
(
*
args
)
block
.
call
(
*
args
)
end