Is it Image::read or Image.read?

Using Rmagick, should it be Magick::Image::read or Magick::Image.read?

Better to use Magick::Image.read as that is more conventional, though both will work fine.

julian wrote:

Better to use Magick::Image.read as that is more conventional, though both will work fine.

On Jun 13, 10:05�am, P�l Bergstr�m <rails-mailing-l...@andreas-s.net>

Thanks. I'll stick with one dot then.