Module: Fig::Grammar::V0::Resource1

Defined in:
lib/fig/grammar/v0.rb

Instance Method Summary collapse

Instance Method Details

#to_package_statement(build_state) ⇒ Object



259
260
261
262
263
# File 'lib/fig/grammar/v0.rb', line 259

def to_package_statement(build_state)
  return build_state.new_asset_statement(
    Statement::Resource, statement_start, location.location
  )
end