lib/irt/commands/help.rb in irt-1.1.4 vs lib/irt/commands/help.rb in irt-1.1.5

- old
+ new

@@ -67,15 +67,20 @@ e.g.: ri "".eql? #=> ri doc for String#eql? ri [].eql? #=> ri doc for Array#eql? ri n Search the ri doc for the method n in a multiple choices list +#{label(" Rails Commands ", :interactive_color) + IRT.dye(" (only available for Rails Apps)", :interactive_color, :bold)} + rails_log_on Turn the rails log-in-console ON + rails_log_off Turn the rails log-in-console OFF + #{label " Misc Commands ", :interactive_color} x|q Aliases for exit (from the current session) xx|qq Aliases for abort (abort the irt process) status|ss Prints the session status line rerun|rr Reruns the same file irt_help|hh Shows this screen + $ shell_command Alias for system("shell_command") (no quotes needed) #{label " Session Directives ", :file_color} irt Opens an interactive session which retains the current variables and the last value (_) irt binding Opens a binding session at the line of the call