module SaferRailsConsole::Patches::Boot::SandboxFlag::Rails::Console50
Public Instance Methods
parse_arguments(arguments)
click to toggle source
# File lib/safer_rails_console/patches/boot/sandbox_flag.rb, line 29 def parse_arguments(arguments) options = {} OptionParser.new do |opt| ::SaferRailsConsole::Patches::Boot::SandboxFlag.console_options(opt, options) opt.parse!(arguments) end set_options_env(arguments, options) end