lib/rtm/javatmapi/core/locator.rb in rtm-javatmapi-0.2.0 vs lib/rtm/javatmapi/core/locator.rb in rtm-javatmapi-0.2.1

- old
+ new

@@ -1,24 +1,20 @@ # Copyright: Copyright 2009 Topic Maps Lab, University of Leipzig. # License: Apache License, Version 2.0 module Java::OrgTmapiCore::Locator - - #include RTM::Locator + + include RTM::Locator extend Superiseable - + # Returns the external form of the IRI. # Any special character will be escaped using the escaping conventions # of RFC 3987. # # :call-seq: # value -> String # def value toExternalForm end - - superised - def to_s - self.value - end + end