Method: Meteor::ElementFactory.bind_str
- Defined in:
- lib/meteor.rb
.bind_str(type, relative_url, doc) ⇒ Meteor::Parser .bind_str(relative_url, doc) ⇒ Meteor::Parser
1322 1323 1324 |
# File 'lib/meteor.rb', line 1322 def self.bind_str(*args) @@pf.bind_str(args) end |