Flowdock
method

respond_to_missing?

Importance_0
v4.2.1 - Show latest stable - 0 notes - Class: ActiveSupport::Duration
respond_to_missing?(method, include_private=false) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/duration.rb, line 101
    def respond_to_missing?(method, include_private=false) #:nodoc
      @value.respond_to?(method, include_private)
    end
Register or log in to add new notes.