class Truss::Router::Routes::Head
Public Class Methods
new(path, endpoint, opts={})
click to toggle source
Calls superclass method
Truss::Router::Node::new
# File lib/truss/router/routes/head.rb, line 5 def initialize(path, endpoint, opts={}) super(:head, path, endpoint, opts) end