Method: Scripted::Commands::Ruby#initialize
- Defined in:
- lib/scripted/commands/ruby.rb
#initialize(code) ⇒ Ruby
Returns a new instance of Ruby.
5 6 7 |
# File 'lib/scripted/commands/ruby.rb', line 5 def initialize(code) @code = code end |