module Conwy

Constants

VERSION

Public Class Methods

run(string) click to toggle source
# File lib/conwy.rb, line 7
def self.run(string)
  World.new(string).next.to_s
end