# File lib/innate/node.rb, line 277 def try_resolve(path) action = resolve(path) action ? action_found(action) : action_missing(path) end