Method: Build::Graph::Node#modified_time
- Defined in:
- lib/build/graph/node.rb
#modified_time ⇒ Object
This computes the most recent modified time for all inputs.
43 44 45 |
# File 'lib/build/graph/node.rb', line 43 def modified_time @inputs.map{|path| path.modified_time}.max end |