Exception: NoMethodError
- Inherits:
-
Exception
- Object
- Exception
- NoMethodError
- Defined in:
- lib/may_nil.rb
Overview
Instance Method Summary collapse
Instance Method Details
#may_nil_missing_source ⇒ Object
11 12 13 14 15 |
# File 'lib/may_nil.rb', line 11 def may_nil_missing_source if /undefined local variable or method/ !~ $1 if /((::)?([A-Z]\w*)(::[A-Z]\w*)*)$/ =~ end end |