Class: CALayer

Inherits:
Object
  • Object
show all
Defined in:
lib/teacup/core_extensions/ca_layer.rb

Overview

adds the ‘debug` property to CALayer

Direct Known Subclasses

DummyLayer

Instance Attribute Summary collapse

Instance Attribute Details

#debugObject

Returns the value of attribute debug.



4
5
6
# File 'lib/teacup/core_extensions/ca_layer.rb', line 4

def debug
  @debug
end