rgviz 0.13 → 0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/rgviz/nodes.rb +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(
|
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:
|
4
|
+
hash: 23
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: "0.
|
8
|
+
- 14
|
9
|
+
version: "0.14"
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Ary Borenszweig
|