lib/rtm/javatmapi/core/variant.rb in rtm-javatmapi-0.2.0 vs lib/rtm/javatmapi/core/variant.rb in rtm-javatmapi-0.2.1
- old
+ new
@@ -1,19 +1,19 @@
# Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig.
# License: Apache License, Version 2.0
module Java::OrgTmapiCore::Variant
-
- #include RTM::Variant
- #extend Superiseable
+ include RTM::Variant
+ extend Superiseable
+
# Returns the Name this Variant belongs to.
#
# :call-seq:
# parent -> Name
#
def parent
- getParent
- end
+ getParent
+ end
alias :reverse_children :parent
end