simplecov-ruby/simplecov

View on GitHub
test_projects/encodings/lib/euc_jp_not_declared.rb

Summary

Maintainability
A
0 mins
Test Coverage
# 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