lib/coderunner/interactive_methods.rb in coderunner-0.11.4 vs lib/coderunner/interactive_methods.rb in coderunner-0.11.5
- old
+ new
@@ -99,10 +99,10 @@
CodeRunner::DEFAULT_COMMAND_OPTIONS[key] = val
end"
file.puts CodeRunner::InteractiveMethods::INTERACTIVE_METHODS
end
# asdfa
- exec %[#{RbConfig::CONFIG['bindir']}/irb#{Config::CONFIG['ruby_install_name'].sub(/ruby/, '')} -f -I '#{Dir.pwd}' -I '#{SCRIPT_FOLDER}' -I '#{ENV['HOME']}' -r '.code_runner_interactive_options' -r 'coderunner' -r .int.tmp ]
+ exec %[#{RbConfig::CONFIG['bindir']}/irb#{RbConfig::CONFIG['ruby_install_name'].sub(/ruby/, '')} -f -I '#{Dir.pwd}' -I '#{SCRIPT_FOLDER}' -I '#{ENV['HOME']}' -r '.code_runner_interactive_options' -r 'coderunner' -r .int.tmp ]
end
end