class Symbol

Public Instance Methods

===(other) click to toggle source
# File Rakefile.rb, line 95
def ===(other)
  if other.is_a?(Status)
    other.status == self
  else
    _dotme_original_threequal(other)
  end
end
Also aliased as: _dotme_original_threequal
_dotme_original_threequal(other)
Alias for: ===