module Fig::Grammar::V1Base::Archive1

Public Instance Methods

to_package_statement(build_state) click to toggle source
# File lib/fig/grammar/v1_base.rb, line 146
def to_package_statement(build_state)
  return build_state.new_asset_statement(
    Statement::Archive, statement_start, location
  )
end