examples/ip.rb in citrus-1.7.0 vs examples/ip.rb in citrus-1.8.0

- old
+ new

@@ -5,10 +5,10 @@ # Otherwise, this file may be required by another that needs access to the IP # address grammars just as any other file would be. # Load and evaluate the grammars contained in ip.citrus into the global # namespace. -Citrus.load(File.expand_path('../ip.citrus', __FILE__)) +Citrus.load(File.expand_path('../ip', __FILE__)) if $0 == __FILE__ require 'test/unit' class IPAddressTest < Test::Unit::TestCase