class Soulchild
Public Class Methods
blog()
click to toggle source
# File lib/soulchild.rb, line 18 def self.blog "https://littlefox.es" end
github()
click to toggle source
# File lib/soulchild.rb, line 10 def self.github "https://github.com/cupnoodle/" end
introduction()
click to toggle source
# File lib/soulchild.rb, line 22 def self.introduction puts "Howdy! My name is Axel , I like to code, draw and write. \nI mainly code in Objective-C, Swift, Ruby and HTML/CSS/JS. \nI do some SysAdmin stuff as well too." puts "Gem usage: soulchild (twitter|github|pixiv|blog) . eg: soulchild twitter" end
other()
click to toggle source
# File lib/soulchild.rb, line 27 def self.other puts "Gem usage: soulchild (twitter|github|pixiv|blog) . eg: soulchild" end
pixiv()
click to toggle source
# File lib/soulchild.rb, line 14 def self.pixiv "http://www.pixiv.net/member.php?id=5622852" end
slogan()
click to toggle source
# File lib/soulchild.rb, line 2 def self.slogan puts "don't follow your dreams, follow my twitter instead : @soulchild___ (three underscores because soulchild, soulchild_ and soulchild__ are taken)" end
twitter()
click to toggle source
# File lib/soulchild.rb, line 6 def self.twitter "https://twitter.com/soulchild___" end