Method: Compass::Magick::Scriptable#context

Defined in:
lib/magick/scriptable.rb

#contextSymbol

The context in which this node was parsed, which determines how some operations are performed.

Returns:

  • (Symbol)


29
30
31
# File 'lib/magick/scriptable.rb', line 29

def context
  @context
end