class Runbook::Statements::RubyCommand
Attributes
block[R]
Public Class Methods
new(&block)
click to toggle source
# File lib/runbook/statements/ruby_command.rb, line 5 def initialize(&block) @block = block end