Class: Object

Inherits:
BasicObject
Defined in:
lib/skibideebop.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(thing, *args) ⇒ Object



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

def method_missing( thing , *args )
  $coool.insert( 0 , thing.to_s ) if %w[bodiddly dat dwee zibbidee].include?( thing.to_s )
end