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