Class: RBS::AST::Declarations::ShimTypeParam
- Inherits:
-
SimpleDelegator
- Object
- SimpleDelegator
- RBS::AST::Declarations::ShimTypeParam
- Defined in:
- lib/syntax_tree/rbs/shims.rb
Instance Method Summary collapse
Instance Method Details
#unchecked? ⇒ Boolean
10 11 12 |
# File 'lib/syntax_tree/rbs/shims.rb', line 10 def unchecked? false end |
#upper_bound ⇒ Object
14 15 16 |
# File 'lib/syntax_tree/rbs/shims.rb', line 14 def upper_bound nil end |