Sha256: 6f47498d0953e7aff43a0351c681ff67e29b9f642098eaa7fd09022a497948f0

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

module Lono::Builder::Context
  class Generic < Lono::CLI::Base
    include Lono::Builder::Dsl::Syntax

    # For Lono::AppFile::Build usage of Thor::Action directory
    # For some reason a send(:binding) doesnt work but get_binding like this works.
    def get_binding
      binding
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
lono-8.0.0.pre.rc2 lib/lono/builder/context/generic.rb