Method: Packerman::Dsl::Node#to_hash

Defined in:
lib/packerman/dsl/node.rb

#to_hashObject



17
18
19
20
# File 'lib/packerman/dsl/node.rb', line 17

def to_hash
  keys = self.class.hash_key
  @_hash.slice(*keys)
end