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.



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

def self.broken
   "YES!"
end