module RBS::Types::SelfTypeBindingHelper
Public Instance Methods
self_type_binding_to_s(t)
click to toggle source
# File rbs-3.4.4/lib/rbs/types.rb, line 1230 def self_type_binding_to_s(t) if t "[self: #{t}] " else "" end end