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



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

def prefix
    return self.name + "#"
end