Method: KMDB::Parser#only

Defined in:
lib/kmdb/parser.rb

#only(regexp) ⇒ Object



36
37
38
39
# File 'lib/kmdb/parser.rb', line 36

def only(regexp)
  @include_regexps << regexp
  self
end