smugglys/translatomatic

View on GitHub
lib/translatomatic/extractor/ruby.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Translatomatic
  module Extractor
    # Class to extract strings from ruby code
    class Ruby < Base
    end
  end
end