module RBS::Types::SelfTypeBindingHelper
Public Class Methods
(t?) → String
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/sig/types.rbs, line 535
def self?.self_type_binding_to_s: (t?) -> String
Public Instance Methods
Source
# File vendor/bundle/ruby/4.0.0/gems/rbs-4.0.3/lib/rbs/types.rb, line 1398 def self_type_binding_to_s(t) if t "[self: #{t}] " else "" end end