类 RBS::UnitTest::Convertibles::ToInt
公共类方法
new(value = 3) 点击切换源码
# File rbs-3.8.0/lib/rbs/unit_test/convertibles.rb, line 44 def initialize(value = 3) @value = value end
公共实例方法
to_int() 点击切换源码
# File rbs-3.8.0/lib/rbs/unit_test/convertibles.rb, line 48 def to_int @value end