Method: Scale#top_level_scope_code

Defined in:
lib/functions/scale.rb

#top_level_scope_codeObject



42
43
44
45
46
# File 'lib/functions/scale.rb', line 42

def top_level_scope_code
  [
    "long #{@name}[3];"
  ]
end