Sha256: 1effa7ccfa73523e868e68f2ee4c10dd72a622d3b84fceaae06a85a28337e46c
Contents?: true
Size: 376 Bytes
Versions: 2
Compression:
Stored size: 376 Bytes
Contents
module IB class Generator class RenderingHelper def initialize(build_platform, files) @build_platform = build_platform @files = files end def ib_version IB::VERSION end def ios_project? @build_platform == :ios end def osx_project? @build_platform == :osx end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ib-0.4.2 | lib/ib/generator/rendering_helper.rb |
ib-0.4.1 | lib/ib/generator/rendering_helper.rb |