class HamlLint::Severity

def warning?

Returns:
  • (Boolean) -

Other tags:
    Api: - public
def warning?
  __getobj__ == :warning
end