program_name.sf 152 B

1234567891011
  1. #!/usr/bin/ruby
  2. #
  3. ## https://rosettacode.org/wiki/Program_name
  4. #
  5. say __MAIN__;
  6. if (__MAIN__ != __FILE__) {
  7. say "This file has been included!";
  8. }