diff options
Diffstat (limited to 'test/ruby/namespace/call_proc.rb')
| -rw-r--r-- | test/ruby/namespace/call_proc.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ruby/namespace/call_proc.rb b/test/ruby/namespace/call_proc.rb deleted file mode 100644 index 8acf538fc1..0000000000 --- a/test/ruby/namespace/call_proc.rb +++ /dev/null @@ -1,5 +0,0 @@ -module Bar - def self.caller(proc_value) - proc_value.call - end -end |
