Method: Wicket::Commands::C#initialize

Defined in:
lib/wicket/commands/c.rb

#initialize(absolute, cursor_start, subpath, opts, c1x, c1y, c2x, c2y, x, y) ⇒ C

Returns a new instance of C.



8
9
10
11
12
13
14
15
16
17
18
19
# File 'lib/wicket/commands/c.rb', line 8

def initialize(absolute,cursor_start,subpath,opts,c1x,c1y,c2x,c2y,x,y)
  @absolute = absolute
  @cursor_start = cursor_start
  @subpath = subpath
  @opts = opts
  @c1x = c1x
  @c1y = c1y
  @c2x = c2x
  @c2y = c2y
  @x = x
  @y = y
end