lib/rbgccxml.rb in rbgccxml-1.0 vs lib/rbgccxml.rb in rbgccxml-1.0.1
- old
+ new
@@ -22,9 +22,10 @@
autoload :EnumValue, "rbgccxml/nodes/enum_value"
autoload :Field, "rbgccxml/nodes/field"
autoload :File, "rbgccxml/nodes/file"
autoload :FunctionType, "rbgccxml/nodes/function_type"
autoload :Function, "rbgccxml/nodes/function"
+ autoload :MethodType, "rbgccxml/nodes/method_type"
autoload :Method, "rbgccxml/nodes/method"
autoload :Namespace, "rbgccxml/nodes/namespace"
autoload :Struct, "rbgccxml/nodes/struct"
autoload :Variable, "rbgccxml/nodes/variable"