class Numeric

Public Instance Methods

html_safe?() click to toggle source

@return [true]

@api public @since 2.1.0

# File lib/hanami/view/html.rb, line 104
def html_safe?
  true
end