summaryrefslogtreecommitdiff
path: root/spec/rubyspec/library/complex/math/fixtures/classes.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/library/complex/math/fixtures/classes.rb')
-rw-r--r--spec/rubyspec/library/complex/math/fixtures/classes.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/spec/rubyspec/library/complex/math/fixtures/classes.rb b/spec/rubyspec/library/complex/math/fixtures/classes.rb
new file mode 100644
index 0000000000..443c1a9ace
--- /dev/null
+++ b/spec/rubyspec/library/complex/math/fixtures/classes.rb
@@ -0,0 +1,4 @@
+require 'cmath'
+class IncludesMath
+ include CMath
+end