Class: ModuleExample::ClassExample

Inherits:
Object
  • Object
show all
Defined in:
ext/vendor/ctags/Units/parser-ruby.r/simple.rb.d/input.rb

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.singleton_class_methodObject



8
9
10
# File 'ext/vendor/ctags/Units/parser-ruby.r/simple.rb.d/input.rb', line 8

def ClassExample.singleton_class_method
    puts "in singleton_class_method"
end

Instance Method Details

#`(command) ⇒ Object



17
18
19
# File 'ext/vendor/ctags/Units/parser-ruby.r/simple.rb.d/input.rb', line 17

def `(command)
    return "just testing a backquote override"
end

#class_methodObject



5
6
7
# File 'ext/vendor/ctags/Units/parser-ruby.r/simple.rb.d/input.rb', line 5

def class_method
    puts "in class_method"
end

#class_method_exclamation!Object



11
12
13
# File 'ext/vendor/ctags/Units/parser-ruby.r/simple.rb.d/input.rb', line 11

def class_method_exclamation!
    puts "in class_method_exclamation!"
end

#class_method_question?Boolean

Returns:

  • (Boolean)


14
15
16
# File 'ext/vendor/ctags/Units/parser-ruby.r/simple.rb.d/input.rb', line 14

def class_method_question?
    puts "in class_method_question?"
end