Class: OpenURI::Buffer
Overview
:nodoc: all
Instance Attribute Summary collapse
- 
  
    
      #size  ⇒ Object 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    Returns the value of attribute size. 
Instance Method Summary collapse
- #<<(str) ⇒ Object
- 
  
    
      #initialize  ⇒ Buffer 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of Buffer. 
- #io ⇒ Object
Constructor Details
Instance Attribute Details
#size ⇒ Object (readonly)
Returns the value of attribute size.
| 184 185 186 | # File 'opal/stdlib/open-uri.rb', line 184 def size @size end |