Class: LMDocstache::EmptyDataScope

Inherits:
Object
  • Object
show all
Defined in:
lib/lm_docstache/data_scope.rb

Instance Method Summary collapse

Instance Method Details

#get(_) ⇒ Object



62
63
64
# File 'lib/lm_docstache/data_scope.rb', line 62

def get(_)
  return nil
end