Module: Hanami::View::Escape::InstanceMethods
- Defined in:
 - gems/gems/hanami-view-1.3.3/lib/hanami/view/escape.rb
 
Overview
Instance Method Summary collapse
- 
  
    
      #_escape(object)  ⇒ Hanami::View::Escape::Presenter 
    
    
  
  
  
  
  private
  
  
  
  
    
Force the output escape for the given object.
 - 
  
    
      #_raw(string)  ⇒ Hanami::Utils::Escape::SafeString 
    
    
  
  
  
  
  private
  
  
  
  
    
Mark the given string as safe to render.
 
Instance Method Details
#_escape(object) ⇒ Hanami::View::Escape::Presenter (private)
Force the output escape for the given object