class Jedi
Public Class Methods
hi()
click to toggle source
# File lib/jedi_mind_trick.rb, line 2 def self.hi puts "May the force be with you" end
# File lib/jedi_mind_trick.rb, line 2 def self.hi puts "May the force be with you" end