class RSpecCommand::MatchFixture

def matches?(cmd)

Returns:
  • (Boolean) -

Parameters:
  • cmd () -- Ignored.
def matches?(cmd)
  files_match? && file_content_match?
end