module RBS::Types::SelfTypeBindingHelper
Public Instance Methods
Source
# File bundled-src/rbs-3.10.0/lib/rbs/types.rb, line 1388 def self_type_binding_to_s(t) if t "[self: #{t}] " else "" end end
# File bundled-src/rbs-3.10.0/lib/rbs/types.rb, line 1388 def self_type_binding_to_s(t) if t "[self: #{t}] " else "" end end