Origami::Action
Class representing a action going to a destination in the current document.
Creates a new GoTo Action.
GoTo
Action
A hash of options to set for this jump.
# File lib/origami/actions.rb, line 61 def self.[](hash = {}) if hash.is_a? Destination self.new(:S => :GoTo, :D => hash) else self.new(hash) end end