#!/usr/bin/env ruby
class SoftwareEngineer
attr_reader :name, :role, :languages, :email
def initialize
@name = "Volodymyr Katkalov"
@role = "Software Engineer"
@languages = ["en_US", "bg_BG", "zh_CN"]
@email = "[email protected]"
end
def say_hi
puts "Thanks for dropping by, hope you find some of my work interesting."
puts "In case you want to contact me feel free to drop me a line to #{self.email}"
end
end
me = SoftwareEngineer.new
me.say_hi
🧙♂️
What goes around comes around
- Sofia, Bulgaria
Popular repositories Loading
-
-
os-autoinst-distri-opensuse
os-autoinst-distri-opensuse PublicForked from os-autoinst/os-autoinst-distri-opensuse
os-autoinst test cases for openSUSE
Perl
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.