Class: RBS::UnitTest::Convertibles::ToR
- Inherits:
-
BlankSlate
- Object
- BlankSlate
- RBS::UnitTest::Convertibles::ToR
- Defined in:
- sig/unit_test/convertibles.rbs,
lib/rbs/unit_test/convertibles.rb
Overview
An object with #to_r method
Instance Method Summary collapse
-
#initialize ⇒ ToR
constructor
A new instance of ToR.
- #to_r ⇒ Object
Methods inherited from BlankSlate
Constructor Details
#initialize ⇒ ToR
Returns a new instance of ToR.
54 |
# File 'sig/unit_test/convertibles.rbs', line 54
def initialize: (?untyped value) -> void
|
Instance Method Details
#to_r ⇒ Object
69 70 71 |
# File 'lib/rbs/unit_test/convertibles.rb', line 69 def to_r @value end |