Module: RBS::Types::SelfTypeBindingHelper
- Defined in:
- lib/rbs/types.rb
Class Method Summary collapse
Class Method Details
.self_type_binding_to_s(t) ⇒ Object
1084 1085 1086 1087 1088 1089 1090 |
# File 'lib/rbs/types.rb', line 1084 def self_type_binding_to_s(t) if t "[self: #{t}] " else "" end end |