Class: WEEL::ProcString
- Inherits:
-
Object
- Object
- WEEL::ProcString
- Defined in:
- lib/weel.rb
Overview
}}}
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
{{{.
Instance Method Summary collapse
-
#initialize(code) ⇒ ProcString
constructor
A new instance of ProcString.
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
#code ⇒ Object (readonly)
{{{
295 296 297 |
# File 'lib/weel.rb', line 295 def code @code end |