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.
95 96 97 |
# File 'lib/rbs/unit_test/convertibles.rb', line 95 def initialize(value = "") @value = value end |
Instance Method Details
#to_s ⇒ Object
99 100 101 |
# File 'lib/rbs/unit_test/convertibles.rb', line 99 def to_s @value end |