Class: NRSER::Labs::Globlin::Matcher

Inherits:
Object
  • Object
show all
Defined in:
lib/nrser/labs/globlin.rb

Instance Method Summary collapse

Instance Method Details

#match(entry) ⇒ Object



36
37
38
39
40
41
42
# File 'lib/nrser/labs/globlin.rb', line 36

def match entry
  if entry.is_a?( NRSER::Globlin )
    
  else
    
  end
end