Remove unwanted whitespaces.

This commit is contained in:
cheetah 2013-07-26 16:06:25 +04:00
parent 222a0c9e32
commit 47f89bdf17
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
---
---
:verbose: true
gem: --no-rdoc
:update_sources: true
:sources:
:sources:
- http://gems.rubyforge.org
- http://gems.github.com
:backtrace: false

View File

@ -11,7 +11,7 @@ Pry.config.commands.import(Pry::CommandSet.new do
load($wl__reload_file)
next
end
files = Dir['*.rb']
case files.size
when 0
@ -25,7 +25,7 @@ Pry.config.commands.import(Pry::CommandSet.new do
next
end
end
file = file.sub(/(\.rb)?$/, '.rb')
$wl__reload_file = file
load(file)