From: Lex Williams Date: 2008-08-26T00:26:21+09:00 Subject: Re: How to inherit from other class in different level > > > Well, I can solve it by using: > > class TelUriParameters < SIP::SipUri::SipUriParameters > > but is not other way? Thanks a lot. if you include the SIP::SipUri namespace in your script , you could be using only class TelUriParameters < SipUriParameters -- Posted via http://www.ruby-forum.com/.