Method: Inch::CodeObject::Proxy#language

Defined in:
lib/inch/code_object/proxy.rb

#languageSymbol

Returns the programming language of the code object.

Returns:

  • (Symbol)

    the programming language of the code object



39
40
41
# File 'lib/inch/code_object/proxy.rb', line 39

def language
  fail NotImplementedError
end