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, String)
def isShebangScript(content: String): Boolean
def lineSeparator(content: String): String
def partitionOnShebangSection(content: String): (String, String, String)