summaryrefslogtreecommitdiff
path: root/lib/method_source.rb
diff options
context:
space:
mode:
authorJohn Mair <jrmair@gmail.com>2011-05-19 13:33:03 -0700
committerJohn Mair <jrmair@gmail.com>2011-05-19 13:33:03 -0700
commitc111c0e64b646bcd75ce2ed1bd58be3eb9bd63cf (patch)
treebdccff21162bf6529b9f7f206c9e91b74d3dc2e0 /lib/method_source.rb
parent5df1cdaf6f7b5ce4406bca382b3bc048c796fd97 (diff)
parent59f58ff6793ef97e231239be8ce8e2e1cb70989f (diff)
downloadmethod_source-c111c0e64b646bcd75ce2ed1bd58be3eb9bd63cf.tar.gz
Merge pull request #4 from robgleeson/master
Fix warnings emitted by -w.
Diffstat (limited to 'lib/method_source.rb')
-rw-r--r--lib/method_source.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/method_source.rb b/lib/method_source.rb
index 5461a52..878ddbe 100644
--- a/lib/method_source.rb
+++ b/lib/method_source.rb
@@ -112,8 +112,8 @@ module MethodSource
end
end
- end
end
+ end
end
# Return the sourcecode for the method as a string