#!/usr/bin/env ruby
# -*- coding: utf-8 -*-
class SDE
def initialize
@name = 'Sangam Kumar'
@role = 'Senior Software Engineer'
@linkedin = 'https://www.linkedin.com/in/sangamcse'
@twitter = 'https://twitter.com/meetsangamcse'
@email = '[email protected]'
end
def say_hi
puts 'Thanks for dropping by.'
end
end
me = SDE.new
me.say_hi
Pinned Loading
-
theme-shadow-vscode
theme-shadow-vscode Publichttps://marketplace.visualstudio.com/items?itemName=sangamcse.theme-shadow-vscode
JavaScript 1
-
-
-
-
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.