class ActionDispatch::Journey::Route::VerbMatchers::All

Experimental RBS support (using type sampling data from the type_fusion project).

# sig/action_dispatch/journey/route.rbs

class ActionDispatch::Journey::Route::VerbMatchers::All
  def self.call: (ActionDispatch::Request _) -> true
end

def self.call(_); true; end

Experimental RBS support (using type sampling data from the type_fusion project).

def self.call: (ActionDispatch::Request _) -> true

This signature was generated using 1 sample from 1 application.

def self.call(_); true; end

def self.verb; ""; end

def self.verb; ""; end