lib/datahen/scraper/ruby_parser_executor.rb in datahen-1.0.3 vs lib/datahen/scraper/ruby_parser_executor.rb in datahen-1.1.1
- old
+ new
@@ -25,9 +25,11 @@
@keep_outputs = !!(options.fetch(:keep_outputs) { false })
end
def self.exposed_methods
[
+ :get_content,
+ :get_failed_content,
:content,
:failed_content,
:outputs,
:pages,
:page,