Method: LogExtractor::Hit#respond_to_missing?
- Defined in:
- lib/log_extractor/hit.rb
#respond_to_missing?(method_name, *_args) ⇒ Boolean
12 13 14 |
# File 'lib/log_extractor/hit.rb', line 12 def respond_to_missing?(method_name, *_args) !source[method_name.to_s].nil? end |