模块 RBS::Types::SelfTypeBindingHelper
公共实例方法
self_type_binding_to_s(t) 点击切换源代码
# File rbs-3.8.0/lib/rbs/types.rb, line 1353 def self_type_binding_to_s(t) if t "[self: #{t}] " else "" end end