Sha256: f414d1e829feb044b03f03b84b2bde207a6de96a7b9dd3dfb4bf10db1103ab48

Contents?: true

Size: 154 Bytes

Versions: 8

Compression:

Stored size: 154 Bytes

Contents

class AllTheMethods
  def method_missing(method, *args, &block)
    define_method(method) { "I did not exist, but now I do." }
    send(method)
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
rubycritic-0.0.8 test/samples/flog/smelly.rb
rubycritic-0.0.7 test/samples/flog/smelly.rb
rubycritic-0.0.6 test/samples/flog/smelly.rb
rubycritic-0.0.5 test/samples/flog/smelly.rb
rubycritic-0.0.4 test/samples/flog/smelly.rb
rubycritic-0.0.3 test/samples/flog/smelly.rb
rubycritic-0.0.2 test/samples/flog/smelly.rb
rubycritic-0.0.1 test/samples/flog/smelly.rb