module DockerfileRB
Constants
- VERSION
Public Class Methods
parse(content)
click to toggle source
# File lib/dockerfile-rb.rb, line 25 def self.parse(content) DockerfileRB::Dockerfile.parse(content).value end