diff options
author | Joseph Pecoraro <joepeck02@gmail.com> | 2009-05-29 21:09:01 -0400 |
---|---|---|
committer | Joseph Pecoraro <joepeck02@gmail.com> | 2009-05-29 21:09:01 -0400 |
commit | 7749e1784c1127cf532d9f41a0331ed266ebec6d (patch) | |
tree | cc35591094caa5d896aa7536422b5a3bab089d2f /railties/guides/source/debugging_rails_applications.textile | |
parent | 3aeec3209c04219c3e78cce060e6c0e284e60108 (diff) | |
download | rails-7749e1784c1127cf532d9f41a0331ed266ebec6d.tar.gz rails-7749e1784c1127cf532d9f41a0331ed266ebec6d.tar.bz2 rails-7749e1784c1127cf532d9f41a0331ed266ebec6d.zip |
Grammer: 'a' => 'an' where applicable.
Diffstat (limited to 'railties/guides/source/debugging_rails_applications.textile')
-rw-r--r-- | railties/guides/source/debugging_rails_applications.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/debugging_rails_applications.textile b/railties/guides/source/debugging_rails_applications.textile index c059fdabf8..9c0f22724e 100644 --- a/railties/guides/source/debugging_rails_applications.textile +++ b/railties/guides/source/debugging_rails_applications.textile @@ -401,7 +401,7 @@ And then ask again for the instance_variables: true </shell> -Now +@posts+ is a included in the instance variables, because the line defining it was executed. +Now +@posts+ is included in the instance variables, because the line defining it was executed. TIP: You can also step into *irb* mode with the command +irb+ (of course!). This way an irb session will be started within the context you invoked it. But be warned: this is an experimental feature. |