summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/coverage/fixtures/some_class.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/library/coverage/fixtures/some_class.rb')
-rw-r--r--spec/rubyspec/library/coverage/fixtures/some_class.rb16
1 files changed, 0 insertions, 16 deletions
diff --git a/spec/rubyspec/library/coverage/fixtures/some_class.rb b/spec/rubyspec/library/coverage/fixtures/some_class.rb
deleted file mode 100644
index 52629f0332..0000000000
--- a/spec/rubyspec/library/coverage/fixtures/some_class.rb
+++ /dev/null
@@ -1,16 +0,0 @@
-
-#Class comment
-class SomeClass
-
- # Method comment
- def some_method
-
- # Inline method comment
- actual_code = true
-
- end
-
-end
-
-# Trailing comment and extra blank line
-