siman-man/shiritori

View on GitHub
lib/shiritori.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "shiritori/version"
require "shiritori/search_method"
require "shiritori/error"
require "shiritori/view"
require "shiritori/convert"
require "shiritori/cli"
require "shiritori/shiritori"

module Shiritori
  def self.env
    :production
  end
end