Class: WebCrawler::View::Plain
- Defined in:
- lib/web_crawler/view/plain.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from WebCrawler::View::Base
Instance Method Details
#render ⇒ Object
4 5 6 |
# File 'lib/web_crawler/view/plain.rb', line 4 def render [*input].join "\n" end |