method_introspection 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of method_introspection might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f8e37158912e43ca147a709371c78620db8933fb
4
- data.tar.gz: f1e14b2af4e5a389b52020a0bd0b64f6da5e021e
3
+ metadata.gz: 158d99c0b06879ded67c771518a773a1a3fb1e11
4
+ data.tar.gz: d7bf7137ce66de44bb4a88edb28d4be3bfca3a56
5
5
  SHA512:
6
- metadata.gz: 3ba4cb7223cf9442f7ec90a11017c8b0119ee8109b27f047b505beb2e73ec358c4fd66816c249d6b3cb8c7eb6f16a81a196ec684714768ed08bbc35812ab70b4
7
- data.tar.gz: 6e3052cc8ea47e1a41a9596593062119145d35b49450d74e66354c435664d624ff97db9cc8d5145d31c333e8af38b1845cdc7e03d955b7915282f5cc1dde3ba5
6
+ metadata.gz: 5b611a668775bb17fd17e450af6c560e35feb4e2adbf32742eafa1cb159aaf4f941a73e608b30682d276d2c782c4ea78a7ce12b77c61c7511340b5a8b45b13a3
7
+ data.tar.gz: 58bc5ba56f9b83a674601be6b04712ec3bf357ff5c5d9fbc536fb81dd8a6f45b5e1b45590845ff476b7a87c5bf328dbd1dac977c21d94b8d56a16c052838edc6
@@ -115,9 +115,6 @@ module MethodIntrospection # The top namespace of this project.
115
115
  def self.comment_helper(source_location, name = nil)
116
116
  raise_this(name) unless source_location
117
117
  this_file, line_number = *source_location
118
- pp source_location
119
- pp this_file
120
- pp line_number
121
118
  MethodIntrospection.set_this_file(this_file)
122
119
  MethodIntrospection.set_line_number(line_number)
123
120
  comment_describing(lines_for(this_file), line_number)
@@ -1,5 +1,5 @@
1
1
  module MethodIntrospection
2
2
 
3
- VERSION = '0.0.2'
3
+ VERSION = '0.0.3'
4
4
 
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: method_introspection
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert A. Heiler