Class: RBS::UnitTest::Convertibles::ToS
- Inherits:
-
BlankSlate
- Object
- BlankSlate
- RBS::UnitTest::Convertibles::ToS
- Defined in:
- lib/rbs/unit_test/convertibles.rb
Instance Method Summary collapse
-
#initialize(value = "") ⇒ ToS
constructor
A new instance of ToS.
- #to_s ⇒ Object
Methods inherited from BlankSlate
Constructor Details
#initialize(value = "") ⇒ ToS
Returns a new instance of ToS.
94 95 96 |
# File 'lib/rbs/unit_test/convertibles.rb', line 94 def initialize(value = "") @value = value end |
Instance Method Details
#to_s ⇒ Object
98 99 100 |
# File 'lib/rbs/unit_test/convertibles.rb', line 98 def to_s @value end |