diff options
Diffstat (limited to 'spec/rubyspec/core/basicobject/fixtures/common.rb')
| -rw-r--r-- | spec/rubyspec/core/basicobject/fixtures/common.rb | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/spec/rubyspec/core/basicobject/fixtures/common.rb b/spec/rubyspec/core/basicobject/fixtures/common.rb deleted file mode 100644 index 3447a3a5e7..0000000000 --- a/spec/rubyspec/core/basicobject/fixtures/common.rb +++ /dev/null @@ -1,9 +0,0 @@ -module BasicObjectSpecs - class BOSubclass < BasicObject - def self.kernel_defined? - defined?(Kernel) - end - - include ::Kernel - end -end |
