require "heddwch"
module Ahti
class Lime
attr_reader :twitter, :blog
def initialize(**opts)
@klass = "IRL npc"
@desc = "A sysadmin with an interest in automation and security"
@hobbies = ["writing tooling and silly software in", [:ruby, :bash, :c]]
@bash_resources = "/bin/bash"
@git ||= opts[:git]
@favorite_snippets = [
"awk-find",
"Whitespace-separated assignments in Bash",
"Dice Roller",
:IRC,
"Tic-Tac-Toe",
:twwsd,
:sha1,
"Mersenne Twister"
]
end
end
end
uplime = Ahti::Lime.new