summaryrefslogtreecommitdiff
path: root/test/ruby/test_refinement.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2019-06-01 15:23:24 +0300
committerHiroshi SHIBATA <[email protected]>2019-06-01 15:23:24 +0300
commit2bad001cfd15c59630a03918dc80a703b093688e ()
treef2361921527ce525d761af8e9c4d14d011e698d7 /test/ruby/test_refinement.rb
parent464e55f1d0296c3593157a89159f75d58397a1f5 (diff)
Ignore warnings about mismatched indentations.
-rw-r--r--test/ruby/test_refinement.rb2
1 files changed, 1 insertions, 1 deletions
@@ -2146,7 +2146,7 @@ class TestRefinement < Test::Unit::TestCase
def call
ToProc.call(&self)
end
- end
class ToProcAndMethodMissing
def method_missing *args