code/superant.com.rwdshell/helptexthashshell.rb in rwdruby-1.05 vs code/superant.com.rwdshell/helptexthashshell.rb in rwdruby-1.06
- old
+ new
@@ -25,7 +25,19 @@
'Reload Variables' will load the changes you have made - otherwise your changes will be lost next reboot",
:shelledit_help => "You can edit scripts here
'Fill Record' will load the file selected on the script run tab
'Save Changes' will save the changes you have made -
- 'Clear' will clear the screen "
+ 'Clear' will clear the screen " ,
+ :RubyScript_help=> ' you can put in something like "Hello!"
+ <p>
+ "Howdy Steven".upcase
+ <p>
+ carray = ["one "] ; carray << " two" ; carray.each{|x| x.upcase}
+ <p>
+ 10.between?(7,12)
+ <p>
+ ["tivo","nokia", "ipaq"].length
+ <p>
+ xhash = { "altima" => "nissan", "camry" => "toyota", "rx7" => "mazda" } ; xhash.keys
+'
)
\ No newline at end of file