Class: UrlTree
Class Method Summary collapse
Class Method Details
.handles?(list) ⇒ Boolean
2 3 4 |
# File 'lib/xiki/url_tree.rb', line 2 def self.handles? list list.first =~ /^http:\/\// ? 1 : nil end |
2 3 4 |
# File 'lib/xiki/url_tree.rb', line 2 def self.handles? list list.first =~ /^http:\/\// ? 1 : nil end |