# File lib/launchy/deprecated.rb, line 10
    def visit( url )
      _warn "You made a call to a deprecated Launchy API. This call should be changed to 'Launchy.open( uri )'"
      report_caller_context( caller )

      ::Launchy.open( url )
    end