method
second=
![No documentation Importance_0](https://d2vfyqvduarcvs.cloudfront.net/images/importance_0.png?1349367920)
second=(second)
public
Hide source
# File lib/rss/itunes.rb, line 364 def second=(second) @second = @do_validate ? Integer(second) : second.to_i update_content second end