Flowdock
second=(second) public

No documentation

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

Hide source
# File lib/rss/itunes.rb, line 361
      def second=(second)
        @second = @do_validate ? Integer(second) : second.to_i
        update_content
        second
      end
Register or log in to add new notes.