# File lib/eymiha/url/url_opener.rb, line 107 def method_missing(method,*args) open_other(*args) if method.to_s =~ /^open_/ end