Module: Steep::Interface::Function::Params::Utils
- Included in:
- KeywordParams, PositionalParams
- Defined in:
- lib/steep/interface/function.rb
Instance Method Summary collapse
Instance Method Details
#intersection(*types) ⇒ Object
11 12 13 |
# File 'lib/steep/interface/function.rb', line 11 def intersection(*types) AST::Types::Intersection.build(types: types) end |