Method: Decode::Language::Ruby::Singleton#nested?

Defined in:
lib/decode/language/ruby/class.rb

#nested?Boolean

Typically, a singleton class does not contain other definitions.

Returns:

  • (Boolean)


68
69
70
# File 'lib/decode/language/ruby/class.rb', line 68

def nested?
	false
end