Sha256: e2dc5f7a86d5ea923bba50d025d62297bc377b918d304b33e9d579abfe29404c

Contents?: true

Size: 138 Bytes

Versions: 1

Compression:

Stored size: 138 Bytes

Contents

class Pastrychef
  def self.hi(language)
    translator = Translator.new(language)
    translator.hi
  end
end

require 'pastrychef/oven'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
pastrychef-0.0.1 lib/pastrychef.rb