Class: Rux::SafeString

Inherits:
String
  • Object
show all
Defined in:
lib/rux/buffer.rb

Instance Method Summary collapse

Instance Method Details

#html_safe?Boolean

Returns:

  • (Boolean)


3
4
5
# File 'lib/rux/buffer.rb', line 3

def html_safe?
  true
end