Module: RBS::Types::SelfTypeBindingHelper

Defined in:
lib/rbs/types.rb

Class Method Summary collapse

Class Method Details

.self_type_binding_to_s(t) ⇒ Object



1386
1387
1388
1389
1390
1391
1392
# File 'lib/rbs/types.rb', line 1386

def self_type_binding_to_s(t)
  if t
    "[self: #{t}] "
  else
    ""
  end
end