Module: Persia

Included in:
ActionView::PersiaView
Defined in:
lib/xml.rb,
lib/persia.rb

Defined Under Namespace

Classes: Cursor, Element, Macro

Constant Summary collapse

XMLNS =
'http://persia.rubyforge.org/specs'

Instance Method Summary collapse

Instance Method Details

#macroObject

Creates a macro which stores commands, and which can be played back later on a Cursor.



6
7
8
# File 'lib/persia.rb', line 6

def macro
  Macro.new
end