Class: WEEL::ProcString

Inherits:
Object
  • Object
show all
Defined in:
lib/weel.rb

Overview

}}}

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(code) ⇒ ProcString

Returns a new instance of ProcString.



343
344
345
# File 'lib/weel.rb', line 343

def initialize(code)
  @code = code
end

Instance Attribute Details

#codeObject (readonly)

{{{



342
343
344
# File 'lib/weel.rb', line 342

def code
  @code
end