method
    
    has_name?
 
  has_name?( name, namespace = '' )
  public
  
    Hide source    
    
      
  
# File lib/rexml/light/node.rb, line 147 def has_name?( name, namespace = '' ) at(3) == name and namespace() == namespace end

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