Guest User

Untitled

a guest
Jun 19th, 2018
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. From ed80d68747fa90a2038866f431e345fdd5c0cfa9 Mon Sep 17 00:00:00 2001
  2. From: Gregory Brown <gregory.t.brown@gmail.com>
  3. Date: Fri, 22 May 2009 16:09:30 -0400
  4. Subject: [PATCH] Add note about interactive prompt to docs
  5.  
  6. ---
  7. doc/getting_started.txt | 3 +++
  8. 1 files changed, 3 insertions(+), 0 deletions(-)
  9.  
  10. diff --git a/doc/getting_started.txt b/doc/getting_started.txt
  11. index 46b2ca1..d256285 100644
  12. --- a/doc/getting_started.txt
  13. +++ b/doc/getting_started.txt
  14. @@ -157,6 +157,9 @@ To run a ruby file named 'code.rb':
  15.  
  16. bin/rbx code.rb
  17.  
  18. +To use the interactive prompt (similar to Ruby's IRB):
  19. +
  20. + bin/rbx
  21.  
  22. ## Rubinius Configuration
  23.  
  24. --
  25. 1.6.0.1
Add Comment
Please, Sign In to add comment