Class: YouBuggin
- Inherits:
-
Object
- Object
- YouBuggin
- Defined in:
- lib/you_buggin.rb
Class Method Summary collapse
Class Method Details
.here ⇒ Object
8 9 10 11 12 |
# File 'lib/you_buggin.rb', line 8 def self.here puts "######################" puts "###### Here I am #####" puts "######################" end |
.pry ⇒ Object
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 |