Class: RDF::JSON::Format
- Inherits:
 - 
      Format
      
        
- Object
 - Format
 - RDF::JSON::Format
 
 
- Defined in:
 - lib/rdf/json/format.rb
 
Overview
RDF/JSON format specification.
Class Method Summary collapse
- 
  
    
      .to_sym  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    
Override normal symbol generation.
 
Class Method Details
.to_sym ⇒ Object
Override normal symbol generation
      27 28 29  | 
    
      # File 'lib/rdf/json/format.rb', line 27 def self.to_sym :rj end  |