Class: YouBuggin

Inherits:
Object
  • Object
show all
Defined in:
lib/you_buggin.rb

Class Method Summary collapse

Class Method Details

.hereObject



8
9
10
11
12
# File 'lib/you_buggin.rb', line 8

def self.here
  puts "######################"
  puts "###### Here I am #####"
  puts "######################"
end

.pryObject



14
15
16
# File 'lib/you_buggin.rb', line 14

def self.pry
  binding.pry
end

.say(text) ⇒ Object



4
5
6
# File 'lib/you_buggin.rb', line 4

def self.say(text)
  puts "-------------------->> #{text}"
end