Re: URI encode and param lost

2012-06-10 Thread Robert Klemme
On Sun, Jun 10, 2012 at 12:24 AM, rubix Rubix wrote: > Hi, > I have an url: http://foo.com/posts?id=30&limit=éé#time=1305298413 > I am using uri class to parse it: URI::split(url) > the problem is I need to encode it: URI.encode(url) first, which it > gives > http://foo.com/posts?id=30&limit=%C3%A

Re: Accessing Variables from Within a Module

2012-06-10 Thread Robert Klemme
On Sun, Jun 10, 2012 at 4:15 AM, Doug Jolley wrote: >> From the description I'm guessing you want to use the module as a mixin >> to add methods to the class. In this case you don't even need the >> accessor methods. If you include the module in the class, the methods of >> the module have direct