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.



332
333
334
# File 'lib/weel.rb', line 332

def initialize(code)
  @code = code
end

Instance Attribute Details

#codeObject (readonly)

{{{



331
332
333
# File 'lib/weel.rb', line 331

def code
  @code
end