Module: HDLRuby::Prefix

Defined in:
lib/HDLRuby/hruby_tools.rb

Overview

Module for adding prefixes to names.

Instance Method Summary collapse

Instance Method Details

#prefixObject

Get the prefix



54
55
56
# File 'lib/HDLRuby/hruby_tools.rb', line 54

def prefix
    return self.name + "#"
end