Class: Cody::List::NoBuildsProject

Inherits:
Object
  • Object
show all
Defined in:
lib/cody/list/no_builds_project.rb

Instance Method Summary collapse

Dynamic Method Handling

This class handles dynamic methods through the method_missing method

#method_missing(meth, *args, &block) ⇒ Object



5
6
7
# File 'lib/cody/list/no_builds_project.rb', line 5

def method_missing(meth, *args, &block)
  "no builds"
end