Class: Numeric

Inherits:
Object show all
Defined in:
padrino-helpers/lib/padrino/core_ext/output_safety.rb

Instance Method Summary collapse

Instance Method Details

#html_safe?Boolean

Returns:

  • (Boolean)


21
22
23
# File 'padrino-helpers/lib/padrino/core_ext/output_safety.rb', line 21

def html_safe?
  true
end