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)


81
82
83
# File 'lib/active_support/core_ext/string/output_safety.rb', line 81

def html_safe?
  true
end