Class: Raounak::Resume::Cli

Inherits:
Thor
  • Object
show all
Defined in:
lib/raounak/resume/cli.rb

Instance Method Summary collapse

Instance Method Details

#education(level = '') ⇒ Object



7
8
9
10
11
12
13
14
15
16
17
18
19
20
# File 'lib/raounak/resume/cli.rb', line 7

def education(level = '')
  case level
  when 'master'
    puts 'MSc Distributed Systems Engineering'
    puts 'Technical University of Dresden'
    puts 'class of 2023'
  when 'undergraduate'
    puts 'B.tech in Computer Science and Engineering'
    puts 'Guru Gobind Singh Indraprastha University'
    puts 'class of 2019'
  else
    'Computer science graduate'
  end
end

#workExObject



23
24
25
# File 'lib/raounak/resume/cli.rb', line 23

def workEx
  puts "Working with Ruby since 2017"
end