Module: ActsAsTeenager

Defined in:
lib/acts_as_teenager.rb,
lib/acts_as_teenager/version.rb

Constant Summary collapse

VERSION =
"1.0.0"

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(*args) ⇒ Object



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

def method_missing(*args)
  STDERR.puts "I heard you, I just don't care."
end