SheBang

scala.build.preprocessing.SheBang
object SheBang

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SheBang.type

Members list

Value members

Concrete methods

def ignoreSheBangLines(content: String): (String, Boolean)
def isShebangScript(content: String): Boolean
def partitionOnShebangSection(content: String): (String, String)

Returns the shebang section and the content without the shebang section

Returns the shebang section and the content without the shebang section

Attributes