I hereby claim:
- I am jworley on github.
- I am jworley (https://keybase.io/jworley) on keybase.
- I have a public key whose fingerprint is 131C 2EA2 766E E026 243F 5097 36E2 4CB4 6BB8 C647
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
<link rel="import" href="../notification-elements/notification-alert.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; |
require 'cane/file' | |
require 'cane/task_runner' | |
class PutsCheck < Struct.new(:opts) | |
DESCRIPTION = | |
"Lines output to console using `puts` or `print`" | |
PUTS_REGEX = /^\s*p(uts|rint)?[\s\(]+(.+?)\s*[\)\s]*$/ | |
PUTS_GLOB = '{app,lib}/**/*.rb' | |
def self.key; :puts; end |