# File lib/capybara/node/simple.rb, line 20 def initialize(native) native = Nokogiri::HTML(native) if native.is_a?(String) @native = native end