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.
332 333 334 |
# File 'lib/weel.rb', line 332 def initialize(code) @code = code end |
Instance Attribute Details
#code ⇒ Object (readonly)
{{{
331 332 333 |
# File 'lib/weel.rb', line 331 def code @code end |