Syntax highlightning

This commit is contained in:
Astro 2007-06-05 12:20:38 +00:00
parent 52f001aad9
commit 5735c85c38
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
==Suchen & Saugen== ==Suchen & Saugen==
<pre>require 'ubygems' <source lang="ruby">require 'ubygems'
require 'mechanize' require 'mechanize'
if ARGV.size < 1 if ARGV.size < 1
puts "Usage: #{$0} [ keywords ... ]" puts "Usage: #{$0} [ keywords ... ]"
@ -25,7 +25,7 @@ result.root.traverse_element('td') do |td|
puts "Warning: cannot find video URL" puts "Warning: cannot find video URL"
end end
end end
end</pre> end</source>
[[Kategorie:Ruby]] [[Kategorie:Ruby]]