#!/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 = 'sangamcse.dev@gmail.com'
  end
  def say_hi
    puts 'Thanks for dropping by.'
  end
end
me = SDE.new
me.say_hi
Popular repositories Loading
- 
      
- 
      
- 
      
- 
      
- 
      coalacoala 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.







