Sha256: 58e6a7a9cd07fbed79c7ecf385d850e0b965a1d640c4d8267fb879eb78d44f8b
Contents?: true
Size: 225 Bytes
Versions: 5
Compression:
Stored size: 225 Bytes
Contents
module Overapp class << self def write_project(overapp_path,output_path) Overapp.with_local_path(overapp_path) do |dir| Overapp::Project.new(:path => dir).write_to!(output_path) end end end end
Version data entries
5 entries across 5 versions & 1 rubygems