rgviz 0.13 → 0.14

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/rgviz/nodes.rb +2 -2
  2. metadata +3 -3
data/lib/rgviz/nodes.rb CHANGED
@@ -259,9 +259,9 @@ module Rgviz
259
259
  attr_accessor :operand
260
260
  attr_accessor :operator
261
261
 
262
- def initialize(operand, operator)
263
- @operand = operand
262
+ def initialize(operator, operand)
264
263
  @operator = operator
264
+ @operand = operand
265
265
  end
266
266
 
267
267
  def accept(visitor)
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rgviz
3
3
  version: !ruby/object:Gem::Version
4
- hash: 17
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
- - 13
9
- version: "0.13"
8
+ - 14
9
+ version: "0.14"
10
10
  platform: ruby
11
11
  authors:
12
12
  - Ary Borenszweig