Bugzilla::Skeleton
# File lib/bugzilla/api_tmpl.rb, line 34 def initialize(iface) super @bz = Bugzilla.new(iface) end
# File lib/bugzilla/api_tmpl.rb, line 40 def method_missing(symbol, *args) if @bz.respond_to?(symbol) then @bz.__send__(symbol, *args) else super end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.