class ActionDispatch::Journey::Nodes::Cat

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

# sig/action_dispatch/journey/nodes/node.rbs

class ActionDispatch::Journey::Nodes::Cat < ActionDispatch::Journey::Nodes::Binary
  def type: () -> Symbol
end

:nodoc:

def cat?; true; end

:nodoc:
def cat?; true; end

def type; :CAT; end

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

def type: () -> Symbol

This signature was generated using 1 sample from 1 application.

def type; :CAT; end