# File lib/puppet/network/client.rb, line 135
135:   def scheduled?
136:     if sched = self.schedule
137:       return sched.match?(self.lastrun)
138:     else
139:       return true
140:     end
141:   end