Class: Docstache::EmptyDataScope

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

Instance Method Summary collapse

Instance Method Details

#get(_) ⇒ Object



84
85
86
# File 'lib/docstache/data_scope.rb', line 84

def get(_)
  return nil
end