Class: Try

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

Overview

A demonstration of the magic of Insults.

Class Method Summary collapse

Class Method Details

.brokenObject

This broken method calls a method that doesn’t exist.



13
14
15
# File 'lib/try.rb', line 13

def self.broken
   "YES!"
end