#!/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
Popular repositories Loading
-
-
-
-
-
coala
coala PublicForked from coala/coala
coala provides a unified command-line interface for linting and fixing all your code, regardless of the programming languages you use.
Python 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.