class Object

Public Instance Methods

html_safe?() click to toggle source

@return [false]

@api public @since 2.1.0

# File lib/hanami/view/html.rb, line 94
def html_safe?
  false
end