[Nitro] Nitro 0.26 error: undefined method `is' for Nitro::Session:Class (NoMethodError)
TRANS
transfire at gmail.com
Sun Dec 25 04:05:06 EST 2005
On 12/21/05, James Britt <james_b at neurogami.com> wrote:
> I update Nitro, and just tried running a Nitro app under CGI on a WinXP
> box, and I get an exception in session.rb.
>
> c:/ruby/lib/ruby/gems/1.8/gems/nitro-0.26.0/lib/nitro/session.rb:30:
> undefined method `is' for Nitro::Session:Class (NoMethodError)
>
> This is line 29/30:
>
> class Session < Hash
> is Expirable
>
>
>
> Where is 'is' defined?
>
It's an alias for include. With current version it should be defined
in nano/module/is.rb.
T.
More information about the Nitro-general
mailing list