y_nelson 2.0.5 → 2.0.6

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a5b79d5f90cf8ce405c76303325fc137073269f1
4
- data.tar.gz: ee9d7c7dc1b075c6b8277a20908fd641087c4bee
3
+ metadata.gz: c2e44ecf20ce9f7de49be37694bd2cf4b82506e2
4
+ data.tar.gz: c1f88cb706e004760232d9f7c9ba5723eb7f4e6a
5
5
  SHA512:
6
- metadata.gz: cc1c4da3adc8e947668f84cc41e057929b408f93cf5de9b28f4cb96f5dc6672f28ae33c0d956793400568dd5e951af2b3a72ccf62b3aaa36671e329861f6ea6a
7
- data.tar.gz: dc6b5518bb76ef200161ff0edc19988b4984eae6cb001136ffe27e6ae3ab4dd57c2a674c1d5210dfb8fb30a78badaac189175633bfaf952782e7a0dfe69340a2
6
+ metadata.gz: 9f079eba1970ac861e9c7336bf6f543617a92ba058823ad983f36eccc73baf19dddeb07b4b67fbce5ad1f2d96d02a2dfba0ede3fd51a83e07dde00694ef8f67c
7
+ data.tar.gz: 9ec057666e03456ba6ede85206a46031d6e8fae84ced846f3f0dd0b92034c06996de12966a185c570310874aec583709db193b84b5160d9c37b40e4f8cf78e22
@@ -6,6 +6,19 @@ class YNelson::Transition < YPetri::Transition
6
6
  include YNelson::Yzz
7
7
  alias call along # .( :dim ) rather than .along( :dim )
8
8
 
9
+ # Produces the inspect string of the place.
10
+ #
11
+ def inspect
12
+ # Calling the ancestor's #inspect.
13
+ YPetri::Transition.instance_method( :inspect ).bind( self ).call
14
+ end
15
+
16
+ # Returns a string briefly describing the place.
17
+ #
18
+ def to_s
19
+ YPetri::Transition.instance_method( :to_s ).bind( self ).call
20
+ end
21
+
9
22
  private
10
23
 
11
24
  # YNelson extends this YPetri::Transition private method, so that a zz
@@ -29,17 +42,4 @@ class YNelson::Transition < YPetri::Transition
29
42
  }
30
43
  super
31
44
  end
32
-
33
- # Produces the inspect string of the place.
34
- #
35
- def inspect
36
- # Calling the ancestor's #inspect.
37
- YPetri::Transition.instance_method( :inspect ).bind( self ).call
38
- end
39
-
40
- # Returns a string briefly describing the place.
41
- #
42
- def to_s
43
- YPetri::Transition.instance_method( :to_s ).bind( self ).call
44
- end
45
45
  end
@@ -1,4 +1,4 @@
1
1
  module YNelson
2
2
  DEBUG = false
3
- VERSION = "2.0.5"
3
+ VERSION = "2.0.6"
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: y_nelson
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.5
4
+ version: 2.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - boris
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-08-23 00:00:00.000000000 Z
11
+ date: 2013-08-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: yzz