aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/commands/breakpointer.rb
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-29 12:33:48 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-29 12:33:48 +0000
commitd219d54930a68a9c5de3705d05d5d464e5e51b54 (patch)
tree4544f6d4dfa28de85ddf35032d9eccf1d4d49729 /railties/lib/commands/breakpointer.rb
parent0a0ac868453e9d8d9ee1dac6a7eb274772235b05 (diff)
downloadrails-d219d54930a68a9c5de3705d05d5d464e5e51b54.tar.gz
rails-d219d54930a68a9c5de3705d05d5d464e5e51b54.tar.bz2
rails-d219d54930a68a9c5de3705d05d5d464e5e51b54.zip
Clean up the act of commands
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2412 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/lib/commands/breakpointer.rb')
-rw-r--r--railties/lib/commands/breakpointer.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/railties/lib/commands/breakpointer.rb b/railties/lib/commands/breakpointer.rb
new file mode 100644
index 0000000000..cc52010c32
--- /dev/null
+++ b/railties/lib/commands/breakpointer.rb
@@ -0,0 +1 @@
+require 'breakpoint_client'