Class: Object

Inherits:
BasicObject
Defined in:
lib/iron/web/string.rb

Overview

Add Rails-like html safeness awareness to objects

Instance Method Summary collapse

Instance Method Details

#html_safe?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'lib/iron/web/string.rb', line 7

def html_safe?
  false
end