Class: Range
Overview
:nodoc:
Instance Method Summary collapse
- 
  
    
      #pretty_print(q)  ⇒ Object 
    
    
  
  
  
  
  
  
  
  
  
    :nodoc:. 
Instance Method Details
#pretty_print(q) ⇒ Object
:nodoc:
| 406 407 408 409 410 411 412 | # File 'opal/stdlib/pp.rb', line 406 def pretty_print(q) # :nodoc: q.pp self.begin q.breakable '' q.text(self.exclude_end? ? '...' : '..') q.breakable '' q.pp self.end if self.end end |