Class: RBS::AST::Declarations::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)


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

def unchecked?
  false
end

#upper_boundObject



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

def upper_bound
  nil
end