examples/hubbit.rb in morph-0.1.2 vs examples/hubbit.rb in morph-0.1.3
- old
+ new
@@ -1,6 +1,6 @@
-require 'hpricot'; require 'open-uri'; require 'morph'
+require 'rubygems'; require 'hpricot'; require 'open-uri'; require 'morph'
# An example of Morph playing with Hpricot
class Hubbit
include Morph
@@ -25,6 +25,5 @@
Hubbit.new name
end
# why = Hubbit 'why'
# dhh = Hubbit 'dhh'
-