Skip to content

Commit

Permalink
Removed '=begin RUBY_COMMENT' and '=end RUBY_COMMENT' cps and substit…
Browse files Browse the repository at this point in the history
…uted with '=pod' and '=cut' cps.
  • Loading branch information
ayardley committed May 26, 2012
1 parent 9681c7d commit 3a3cca0
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions examples/mops/mops.rb
@@ -1,6 +1,6 @@
#! ruby #! ruby


=begin RUBY_COMMENT =pod


Copyright (C) 2001-2003, Parrot Foundation. Copyright (C) 2001-2003, Parrot Foundation.


Expand Down Expand Up @@ -36,8 +36,6 @@


=cut =cut


=end RUBY_COMMENT

i2 = 0 # set I2, 0 i2 = 0 # set I2, 0
i3 = 1 # set I3, 1 i3 = 1 # set I3, 1
i4 = 10000000 # set I4, 10000000 i4 = 10000000 # set I4, 10000000
Expand Down Expand Up @@ -79,7 +77,7 @@
# #
exit(0) # end exit(0) # end


=begin RUBY_COMMENT =pod


=head1 SEE ALSO =head1 SEE ALSO


Expand All @@ -94,5 +92,3 @@
F<examples/mops/mops.scheme>. F<examples/mops/mops.scheme>.


=cut =cut
=end RUBY_COMMENT

0 comments on commit 3a3cca0

Please sign in to comment.