Read more

Calling class methods

Henning Koch
August 25, 2010Software engineer at makandra GmbH

To call a class method (or static method) from an instance method:

class.method()
Illustration online protection

Rails professionals since 2007

Our laser focus on a single technology has made us a leader in this space. Need help?

  • We build a solid first version of your product
  • We train your development team
  • We rescue your project in trouble
Read more Show archive.org snapshot

To call a class method from a class method:

method()
Posted by Henning Koch to makandra dev (2010-08-25 14:23)