Method: Wicket::Commands::L#initialize
- Defined in:
- lib/wicket/commands/l.rb
#initialize(absolute, cursor_start, subpath, opts, x, y) ⇒ L
Returns a new instance of L.
7 8 9 10 11 12 13 14 |
# File 'lib/wicket/commands/l.rb', line 7 def initialize(absolute,cursor_start,subpath,opts,x,y) @absolute = absolute @cursor_start = cursor_start @subpath = subpath @opts = opts @x = x @y = y end |