Method: RBI::Type::Proc#bind

Defined in:
lib/rbi/type.rb

#bind(type) ⇒ Object

: (untyped type) -> self



433
434
435
436
# File 'lib/rbi/type.rb', line 433

def bind(type)
  @proc_bind = type
  self
end