core :: Text :: open_in_browser
self with the default browser
	# Open the URL `self` with the default browser
	fun open_in_browser do print_error "Text::open_in_browser not implemented on this platform."
					lib/app/ui.nit:334,2--335,93
				
	redef fun open_in_browser do to_nsstring.native_open_in_browser
					lib/ios/ui/ui.nit:620,2--64
				
	redef fun open_in_browser do system("xdg-open '{self.escape_to_sh}' &")
					lib/linux/ui.nit:346,2--72
				
	redef fun open_in_browser
	do to_java_string.native_open_in_browser(app.native_activity)
					lib/android/ui/ui.nit:367,2--368,62