We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Put it on ~/.pryrc
~/.pryrc
Preview html from string into default browser
def preview_html(content) file = Tempfile.new([nil, '.html']) file.write(content) file.flush system "open #{file.path}" end
There was an error while loading. Please reload this page.