Method: Probot::ParsedLine#value
- Defined in:
- lib/probot.rb
#value ⇒ Object
146 147 148 149 150 151 152 153 154 155 |
# File 'lib/probot.rb', line 146 def value return clean_value.to_f if crawl_delay? return clean_url if disallow? || allow? raw_value rescue URI::InvalidURIError raw_value rescue ArgumentError raw_value end |