class Reck::Route

Attributes

path[R]

Public Class Methods

new(path, block) click to toggle source
# File lib/reck/application.rb, line 59
def initialize(path, block)
  @path  = path
  @block = block
end