Method: Decode::Language::Ruby::Class#short_form

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

#short_formObject

The short form of the class. e.g. ‘class Animal`.



32
33
34
# File 'lib/decode/language/ruby/class.rb', line 32

def short_form
  "class #{self.name}"
end