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