lib/futoase/profile.rb in futoase-0.0.2 vs lib/futoase/profile.rb in futoase-0.0.3

- old
+ new

@@ -25,14 +25,18 @@ def lastname "Matsuzaki" end def twitter - "http://twitter.com/xga" + "https://twitter.com/xga" end def facebook - "http://facebook.com/futoase" + "https://facebook.com/futoase" + end + + def github + "https://github.com/futoase" end end end