class ActionDispatch::Journey::Nodes::Dummy

:nodoc:

def initialize(x = Object.new)

:nodoc:
def initialize(x = Object.new)
  super
end

def literal?; false; end

def literal?; false; end