Method: Material::Base.for_class

Defined in:
lib/material/base.rb

.for_class(object) ⇒ Object



25
26
27
# File 'lib/material/base.rb', line 25

def for_class(object)
  object.try(:conjugate!, self)
end