Creates a new GoTo remote Action.
file |
A FileSpec describing the file. |
dest |
A Destination in the file. |
newwindow |
Specifies whether the file has to be opened in a new window. |
# File lib/origami/actions.rb, line 194 def self.[](file, dest = Destination::GlobalFit.new(0), newwindow = false) self.new(:F => file, :D => dest, :NewWindow => newwindow) end
Generated with the Darkfish Rdoc Generator 2.