Skip to content

Commit

Permalink
rubocop'd
Browse files Browse the repository at this point in the history
  • Loading branch information
claytron committed Sep 21, 2015
1 parent ee01419 commit 39e82d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pryrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pry.config.pager = false
Pry.config.prompt_name = 'oh no!'

# Hit Enter to repeat last command
Pry::Commands.command(/^$/, "repeat last command") do
Pry::Commands.command(/^$/, 'repeat last command') do
_pry_.run_command Pry.history.to_a.last
end

Expand Down

0 comments on commit 39e82d6

Please sign in to comment.