module AdminModule::Pages
- File
-
select_list_syncable.rb
- Purpose
-
Method to sync Available/Selected select lists
- Author
-
Jeff McAffee 2015-06-27
Public Instance Methods
browser()
click to toggle source
Return a configured browser object. If a browser has already been created, this returns the existing browser.
An at_exit
proc is created to close the browser when the program exits.
# File lib/admin_module/pages.rb, line 83 def browser BrowserInst.browser end