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.

On Jun 13, 10:05 am, Pål Bergström [email protected]

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 [email protected]

Thanks. I’ll stick with one dot then.