class Steep::AST::Signature::Interface::Method

def initialize(location:, name:, types:)

def initialize(location:, name:, types:)
  @location = location
  @name = name
  @types = types
end