Skip to content

Instantly share code, notes, and snippets.

@sstephenson
Created September 18, 2010 15:28
Show Gist options
  • Save sstephenson/585752 to your computer and use it in GitHub Desktop.
Save sstephenson/585752 to your computer and use it in GitHub Desktop.
export trim = (str) ->
str.match(/^\s*(.*)\s*$/)[1]
export {action, before} = require 'helpers'
export class Controller extends Base
constructor: (@env) ->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment