Class: Fixnum

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

Instance Method Summary collapse

Instance Method Details

#html_safe?Boolean

Returns:

  • (Boolean)


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

def html_safe?
  true
end