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