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

Overloads:

  • .bind_str(type, relative_url, doc) ⇒ Meteor::Parser

    generate parser (パーサを作成する)

  • .bind_str(relative_url, doc) ⇒ Meteor::Parser

    generate parser (パーサを作成する)



1322
1323
1324
# File 'lib/meteor.rb', line 1322

def self.bind_str(*args)
  @@pf.bind_str(args)
end