class RBS::UnitTest::Convertibles::ToInt
An object with to_int method
Public Class Methods
(?untyped value) → void
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/lib/rbs/unit_test/convertibles.rb, line 45 def initialize(value = 3) @value = value end
Public Instance Methods
() → untyped
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/lib/rbs/unit_test/convertibles.rb, line 49 def to_int @value end