Skip to content

Conversation

levine1726
Copy link

No description provided.

end
end

context "guess the type" do
it "Yes, it is a Object, but which" do
expect(:class.is_a? _fill_in_object_).to be true
expect(:class.is_a? Object).to be true

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Technically this is correct since everything inherits from Object down the line, but is there another class that better represents the object in question here?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Symbol!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants