browsing_facade
Installation
Include the gem in your Gemfile:
gem "browsing_facade"
Usage
browse = BrowsingFacade.instance
browse.visit(url: "http://www.example.com")
puts browse.code
Support
Submit suggestions or feature requests as a GitHub Issue or Pull Request (preferred). If you send a pull request, remember to update the corresponding unit tests. In fact, I prefer new features to be submitted in the form of new unit tests.
Versioning
Semantic Versioning 2.0 as defined at http://semver.org.