1 # Grim [![Build Status](https://travis-ci.org/atom/grim.svg)](https://travis-ci.org/atom/grim)
14 Grim = require('grim')
16 function someOldMethod() {
17 Grim.deprecate("Use theNewMethod instead.")
21 To view all calls to deprecated methods use `Grim.logDeprecations()` or get direct access to the deprecated calls by using `Grim.getDeprecations()`