class Degica::Hacker

Public Instance Methods

description() click to toggle source
# File lib/degica/objects/hacker.rb, line 11
def description
  "He looks like he could hack into anything."
end
name() click to toggle source
# File lib/degica/objects/hacker.rb, line 3
def name
  :hacker
end
quote() click to toggle source
# File lib/degica/objects/hacker.rb, line 7
def quote
  Faker::Hacker.say_something_smart
end