Class: Plurimath::Unicode
- Inherits:
 - 
      Object
      
        
- Object
 - Plurimath::Unicode
 
 
- Defined in:
 - lib/plurimath/unicode.rb
 
Instance Attribute Summary collapse
- 
  
    
      #text  ⇒ Object 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Returns the value of attribute text.
 
Instance Method Summary collapse
- 
  
    
      #initialize(text)  ⇒ Unicode 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of Unicode.
 - #to_formula ⇒ Object
 
Constructor Details
#initialize(text) ⇒ Unicode
Returns a new instance of Unicode.
      7 8 9  | 
    
      # File 'lib/plurimath/unicode.rb', line 7 def initialize(text) @text = text end  | 
  
Instance Attribute Details
#text ⇒ Object
Returns the value of attribute text.
      5 6 7  | 
    
      # File 'lib/plurimath/unicode.rb', line 5 def text @text end  | 
  
Instance Method Details
#to_formula ⇒ Object
      11 12 13  | 
    
      # File 'lib/plurimath/unicode.rb', line 11 def to_formula # TODO: Will be implemented soon end  |