Class: BugReport600::ExampleClass

Inherits:
Object
  • Object
show all
Defined in:
lib/vendor/plugins/rspec/spec/spec/mocks/bug_report_600_spec.rb

Class Method Summary collapse

Class Method Details

.method_that_uses_define_methodObject



5
6
7
8
9
# File 'lib/vendor/plugins/rspec/spec/spec/mocks/bug_report_600_spec.rb', line 5

def self.method_that_uses_define_method
  define_method "defined_method" do |attributes|
    load_address(address, attributes)
  end
end