Class: Fixnum

Inherits:
Object show all
Defined in:
activesupport/lib/active_support/core_ext/string/output_safety.rb

Instance Method Summary (collapse)

Instance Method Details

- (Boolean) html_safe?

Returns:

  • (Boolean)


61
62
63
# File 'activesupport/lib/active_support/core_ext/string/output_safety.rb', line 61

def html_safe?
  true
end