Class: ShimTypeParams::ShimTypeParam

Inherits:
SimpleDelegator
  • Object
show all
Defined in:
lib/syntax_tree/rbs/shims.rb

Instance Method Summary collapse

Instance Method Details

#unchecked?Boolean

Returns:

  • (Boolean)


11
12
13
# File 'lib/syntax_tree/rbs/shims.rb', line 11

def unchecked?
  false
end

#upper_boundObject



15
16
17
# File 'lib/syntax_tree/rbs/shims.rb', line 15

def upper_bound
  nil
end