Class: HTTPAccept::Parser
- Inherits:
-
Object
- Object
- HTTPAccept::Parser
- Defined in:
- lib/http_accept/parser.rb
Instance Method Summary collapse
-
#initialize(content) ⇒ Parser
constructor
A new instance of Parser.
- #run ⇒ Object
Constructor Details
#initialize(content) ⇒ Parser
Returns a new instance of Parser.
3 4 5 |
# File 'lib/http_accept/parser.rb', line 3 def initialize(content) @content = content end |