File: euc_jp_not_declared.rb

package info (click to toggle)
ruby-simplecov 0.22.0-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,512 kB
  • sloc: ruby: 5,550; makefile: 10
file content (11 lines) | stat: -rw-r--r-- 197 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
# frozen_string_literal: true

class Fun3
  # ruby actually breaks on the not decalred multibyte characters,
  # which is nice I guess
  MSG = "Something Else"

  def no_moji
    "tada!"
  end
end