Skip to content

Commit

Permalink
fixing simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
romand committed Apr 23, 2012
1 parent 7783cb9 commit 7b9ed95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ruby/simple/simple.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

# once worker merged, following attempts will be ignored
code.merge_exec('anything')
#> code.exec.path.end_with? '/worker.rb'
#> code.features.find{|f| f.is_a? IronWorkerNG::Feature::Ruby::MergeExec::Feature }.path.end_with? '/worker.rb'

# if worker requires some gems, we

Expand Down

0 comments on commit 7b9ed95

Please sign in to comment.