[Nitro] Facets 1.3
George Moschovitis
george.moschovitis at gmail.com
Sun Apr 16 13:15:42 EDT 2006
Tom,
can you fix it and release a new version?
-g.
On 4/16/06, TRANS <transfire at gmail.com> wrote:
> On 4/16/06, Bryan Soto <bryan.a.soto at gmail.com> wrote:
> > Hi Trans,
> >
> > I was going through to see if Nitro, etc. required any changes, and
> > ran across this in lib/facets/core/kernel/autoreload.rb:32
> >
> > args.each { |arg|
> > case arg
> > when Numeric
> > check_interval = arg
> > when String
> > files = Dir.glob( arg )
> > when Array
> > files = arg
> > when TrueClass, FalseClass
> > include_features = arg
> > end
> > end
> >
> > Syntax error. You open the block with a '{' before arg and close with
> > an end. I assume it should be a do rather than an '{'? To simplify:
> >
> > args.each { |arg|
> > # ...
> > end
>
> Huh, surprised that wasn't caught before.
>
> > Other than that, no problems. Thanks :)
>
> Thanks,
> T.
>
> _______________________________________________
> Nitro-general mailing list
> Nitro-general at rubyforge.org
> http://rubyforge.org/mailman/listinfo/nitro-general
>
--
http://www.gmosx.com
http://www.navel.gr
http://www.nitrohq.com
More information about the Nitro-general
mailing list