Created
July 6, 2017 15:28
-
-
Save godfat/51aa7c65308c9e30348447977786ae6b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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