Sha256: eea1f1bf1637baeddc14fb6dfacbf9ea0ae38deb715290d11d3b82a4d8692f38
Contents?: true
Size: 175 Bytes
Versions: 1
Compression:
Stored size: 175 Bytes
Contents
class Midori::Route attr_accessor :method, :path, :function def initialize(method, path, function) @method = method @path = path @function = function end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
em-midori-0.0.6 | lib/em-midori/route.rb |