lib/rbgccxml/nodes/file.rb in rbgccxml-0.1.1 vs lib/rbgccxml/nodes/file.rb in rbgccxml-0.8

- old
+ new

@@ -1,6 +1,5 @@ module RbGCCXML - - # Handles the <File...> node. + # Handles the <File> node. class File < Node end end