method
    
    single?
 
  single?()
  public
  
    Hide source    
    
      
  
# File lib/rexml/validation/validation.rb, line 92 def single? return (@event_type != :start_element and @event_type != :start_attribute) end

 RSpec
RSpec Ruby on Rails
Ruby on Rails Ruby
Ruby 
   = private
 = private = protected
 = protected
  