Execute a Markov algorithm: Difference between revisions

Content added Content deleted
m (remove unneeded template parameter)
m (→‎{{header|Ruby}}: mark incorrect)
Line 1,194: Line 1,194:
=={{header|Ruby}}==
=={{header|Ruby}}==
{{works with|Ruby|1.8.7}}
{{works with|Ruby|1.8.7}}
{{incorrect|Ruby|Does not respect terminating . in rules}}
<lang Ruby>raise "Please input an input code file, an input data file, and an output file." if ARGV.size < 3
<lang Ruby>raise "Please input an input code file, an input data file, and an output file." if ARGV.size < 3