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 255 samples from 2 applications.

def type; :CAT; end