latest
This commit is contained in:
parent
4f64bd866f
commit
19625ff468
21
bing.coffee
21
bing.coffee
@ -1,3 +1,23 @@
|
|||||||
|
# Description:
|
||||||
|
# Ask hubot how people do it.
|
||||||
|
#
|
||||||
|
# Dependencies:
|
||||||
|
# None
|
||||||
|
#
|
||||||
|
# Configuration:
|
||||||
|
# None
|
||||||
|
#
|
||||||
|
# Commands:
|
||||||
|
# hubot how do <group/occupation> do it? -- tells you how they do it (e.g. hubot how do hackers do it?)
|
||||||
|
# hubot <people> do it <method> -- tells hubot how <people> do it (e.g. hubot GitHubbers do it in Campfire.)
|
||||||
|
# hubot do it -- tells you a random way in which random people do it
|
||||||
|
#
|
||||||
|
# Notes:
|
||||||
|
# Node.js programmers do it asynchronously.
|
||||||
|
# List taken from http://www.dkgoodman.com/doita-f.html#top and originally compiled by Chris Morton.
|
||||||
|
#
|
||||||
|
# Author:
|
||||||
|
# jenrzzz
|
||||||
|
|
||||||
|
|
||||||
String.prototype.capitalize ||= -> @.charAt(0).toUpperCase() + @.slice(1)
|
String.prototype.capitalize ||= -> @.charAt(0).toUpperCase() + @.slice(1)
|
||||||
@ -1441,4 +1461,3 @@ Zippermakers do it on the fly.
|
|||||||
Zippy does it on his lunch break.
|
Zippy does it on his lunch break.
|
||||||
Zoologists do it with animals.'''
|
Zoologists do it with animals.'''
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user