execute_if_updated()
Execute the block given if updated.
# File activesupport/lib/active_support/file_update_checker.rb, line 82 def execute_if_updated if updated? execute true else false end end