Class: Gem::SafeMarshal::Elements::True
- Defined in:
- lib/rubygems/safe_marshal/elements.rb
Constant Summary collapse
- TRUE =
- new.freeze 
Instance Method Summary collapse
- 
  
    
      #initialize  ⇒ True 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of True. 
Constructor Details
#initialize ⇒ True
Returns a new instance of True.
| 76 77 | # File 'lib/rubygems/safe_marshal/elements.rb', line 76 def initialize end |