install.rb and 1.8 -> warning

  • Thread starter Josef 'Jupp' Schugt
  • Start date
J

Josef 'Jupp' Schugt

Saluton!

Just to note that: Running install.rb by Minero Aoki with 1.8 results
in the following warning:

install.rb:16: warning: instance_methods: parameter will
default to 'true' as of 1.8.1

Problem is that up to and including 1.8

methods = instance_methods()

defaults to

methods = instance_methods(false)

while it is going to default to

methods = instance_methods(true)

To fix that simply insert 'false' (I did already report that to the
author but maybe someone can't make sense of that message.

Gis,

Josef 'Jupp' Schugt
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,109
Messages
2,570,671
Members
47,262
Latest member
EffiePju4

Latest Threads

Top