Class: UIView

Inherits:
Object show all
Defined in:
lib/motion-stylez/ext.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.style(style, &block) ⇒ Object



13
14
15
# File 'lib/motion-stylez/ext.rb', line 13

def self.style(style, &block)
  z(self, style, &block)
end

Instance Method Details

#style(style, &block) ⇒ Object



17
18
19
# File 'lib/motion-stylez/ext.rb', line 17

def style(style, &block)
  z(self, style, &block)
end