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.



296
297
298
# File 'lib/weel.rb', line 296

def initialize(code)
  @code = code
end

Instance Attribute Details

#codeObject (readonly)

{{{



295
296
297
# File 'lib/weel.rb', line 295

def code
  @code
end