`

nokogiri

 
阅读更多
227     class Builder
228       # The current Document object being built
229       attr_accessor :doc
230
231       # The parent of the current node being built
232       attr_accessor :parent
233
234       # A context object for use when the block has no arguments
235       attr_accessor :context
236
237       attr_accessor :arity # :nodoc:
238
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics