Class: PDK::Config::IniFile::IniFileImpl::Line
- Inherits:
-
Struct
- Object
- Struct
- PDK::Config::IniFile::IniFileImpl::Line
- Includes:
- LineNumber
- Defined in:
- lib/pdk/config/ini_file.rb
Instance Attribute Summary collapse
-
#text ⇒ Object
Returns the value of attribute text.
Attributes included from LineNumber
Instance Method Summary collapse
Methods included from LineNumber
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text
142 143 144 |
# File 'lib/pdk/config/ini_file.rb', line 142 def text @text end |
Instance Method Details
#to_s ⇒ Object
145 146 147 |
# File 'lib/pdk/config/ini_file.rb', line 145 def to_s text end |