Module: Bridgetown::Foundation::CoreExt::OutputSafety::ObjectSafety

Defined in:
bridgetown-foundation/lib/bridgetown/foundation/core_ext/output_safety.rb

Instance Method Summary collapse

Instance Method Details

#html_safe?Boolean

Returns:

  • (Boolean)


7
8
9
# File 'bridgetown-foundation/lib/bridgetown/foundation/core_ext/output_safety.rb', line 7

def html_safe?
  false
end