Sha256: 9117963298d209c945068636dbcfb47674bbac009c4e56ec57ef010fd513493c

Contents?: true

Size: 262 Bytes

Versions: 42

Compression:

Stored size: 262 Bytes

Contents

function Verb-Noun
{
    <#
    .SYNOPSIS
    Tells you what it does

    .DESCRIPTION
    Tells you what it does with more detail.
    #>
    param ([string]$Name, [string]$Extension = "txt", [string]$foo="bar")
    $name = $name + "." + $extension
    $name
}

Version data entries

42 entries across 42 versions & 2 rubygems

Version Path
rouge-3.7.0 lib/rouge/demos/powershell
rouge-3.6.0 lib/rouge/demos/powershell