Method: Steep::Errors::UnexpectedSplat#initialize

Defined in:
lib/steep/errors.rb

#initialize(node:, type:) ⇒ UnexpectedSplat



469
470
471
472
# File 'lib/steep/errors.rb', line 469

def initialize(node:, type:)
  super(node: node)
  @type = type
end