Methods
    - A
 - B
 - D
 - T
 
Constants
      | AS_JSON | = | ActiveSupport::JSON::Variable.new('false').freeze | 
Instance Public methods
      
        
            
              as_json(options = nil)
            
            Link
          
          
          
            
            
              blank?()
            
            Link
          
          
          
            false is blank:
false.blank? # => true
            
              duplicable?()
            
            Link
          
          
          
            false is not duplicable:
false.duplicable? # => false false.dup # => TypeError: can't dup FalseClass