assert_type 0.0.1 → 0.0.2
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/assert_type.rb +11 -0
- data/lib/assert_type/version.rb +1 -1
- metadata +3 -3
data/lib/assert_type.rb
CHANGED
@@ -48,6 +48,17 @@ module AssertType
|
|
48
48
|
end
|
49
49
|
end
|
50
50
|
|
51
|
+
module NoOpMethods
|
52
|
+
def at_assert *args
|
53
|
+
end
|
54
|
+
|
55
|
+
def at_assert_equal *args
|
56
|
+
end
|
57
|
+
|
58
|
+
def at_assert_type *args
|
59
|
+
end
|
60
|
+
end
|
61
|
+
|
51
62
|
end
|
52
63
|
|
53
64
|
# # Left this for the client application to decide - to add to Object or use otherwise
|
data/lib/assert_type/version.rb
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: assert_type
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 27
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 0.0.
|
9
|
+
- 2
|
10
|
+
version: 0.0.2
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Joel Plane
|