class Docstache::EmptyDataScope

Public Instance Methods

get(_) click to toggle source
# File lib/docstache/data_scope.rb, line 84
def get(_)
  return nil
end