Skip to content

Instantly share code, notes, and snippets.

@godfat
Created July 6, 2017 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save godfat/51aa7c65308c9e30348447977786ae6b to your computer and use it in GitHub Desktop.
Save godfat/51aa7c65308c9e30348447977786ae6b to your computer and use it in GitHub Desktop.
require 'rspec'
RSpec.describe do
class InnerClass
end
end
p Object.const_defined?(:InnerClass) # true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment