Sha256: 37088f81d5afc21de281cc64eea72b03fbadbd2112dac5db42edc039b601cef9
Contents?: true
Size: 140 Bytes
Versions: 1
Compression:
Stored size: 140 Bytes
Contents
class Script::Step def initialize(headline, block) @headline = headline @block = block end def run @block.call end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
script-0.0.2 | lib/script/step.rb |