pretty_debug 0.9.9 → 0.9.11
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 +4 -4
- data/lib/pretty_debug.rb +4 -3
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 49159abec2898b9e428e467bb9eb011252a27173
|
|
4
|
+
data.tar.gz: b20cfab2115dca04c84a2d7654430b47402e65d3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2db1d0a1ad6f410c6efb8df77a0dd64281a74be773537a70897aff8383af612e3445f2c1f115928b3fda3cfe27eb45d297800e9086ffd36bf02a7754fd30bba
|
|
7
|
+
data.tar.gz: 812ef6b5c751bfeedc495ff4e725368d5607232fe4dc9b515d725a292834b419b380df3c3baf13fdfad5512d1aa26897def4613f56769e1354aae7278610038c
|
data/lib/pretty_debug.rb
CHANGED
|
@@ -21,7 +21,7 @@ end
|
|
|
21
21
|
# Debug
|
|
22
22
|
#############################################
|
|
23
23
|
|
|
24
|
-
class
|
|
24
|
+
class BasicObject
|
|
25
25
|
def intercept; self ensure
|
|
26
26
|
l = caller_location
|
|
27
27
|
puts \
|
|
@@ -217,8 +217,9 @@ class Method; def inspect; "#{receiver}.#{name}" end end
|
|
|
217
217
|
|
|
218
218
|
class UnboundMethod; def inspect; "#{owner}##{name}" end end
|
|
219
219
|
|
|
220
|
-
class
|
|
220
|
+
class BasicObject
|
|
221
221
|
def recursive? *; false end
|
|
222
|
+
def inspect; "".freeze end
|
|
222
223
|
end
|
|
223
224
|
|
|
224
225
|
module Enumerable
|
|
@@ -268,7 +269,7 @@ end
|
|
|
268
269
|
# Terminal
|
|
269
270
|
#############################################
|
|
270
271
|
|
|
271
|
-
class
|
|
272
|
+
class BasicObject
|
|
272
273
|
def expand; inspect.verbatim end
|
|
273
274
|
end
|
|
274
275
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pretty_debug
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.9.
|
|
4
|
+
version: 0.9.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- sawa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-10-
|
|
11
|
+
date: 2014-10-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: ''
|
|
14
14
|
email: []
|
|
@@ -36,7 +36,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
36
36
|
version: '0'
|
|
37
37
|
requirements: []
|
|
38
38
|
rubyforge_project:
|
|
39
|
-
rubygems_version: 2.4.
|
|
39
|
+
rubygems_version: 2.4.2
|
|
40
40
|
signing_key:
|
|
41
41
|
specification_version: 4
|
|
42
42
|
summary: ''
|