I hereby claim:
- I am jumoel on github.
- I am jumoel (https://keybase.io/jumoel) on keybase.
- I have a public key whose fingerprint is 50CB 6FB2 96E7 4B28 3760 D1EA 711E 181A C42D 984E
To claim this, I am signing this object:
import React from 'react'; | |
import ReactDOM from 'react-dom'; | |
import { BrowserRouter as Router, Match } from 'react-router'; | |
const Base = ({ children }) => <div><h1>Base</h1>{ children }</div>; | |
const Foo = ({ children }) => <div><h1>Foo</h1><pre>{ children }</pre></div>; | |
const Route = ({ pattern, component, children }) => { | |
const Component = component; | |
const Wrapped = (props) => { |
I hereby claim:
To claim this, I am signing this object:
javascript:((function(){jQuery("#meteroverlay,#teaserwrapper").hide();jQuery("body").css("overflow","auto");})()) |
class Array | |
def sampleif | |
begin | |
a = self.sample | |
end until yield(a) | |
a | |
end | |
end |