class RuboCop::RSpec::Concept
Wrapper for RSpec
DSL methods
Attributes
Public Class Methods
Source
# File lib/rubocop/rspec/concept.rb, line 10 def initialize(node) @node = node end
Public Instance Methods
Source
# File lib/rubocop/rspec/concept.rb, line 14 def eql?(other) node == other.node end
Also aliased as: ==