Skip to content
Permalink
005c1b1eca
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
13 lines (10 sloc) 171 Bytes
Configuration.for('e'){
foo 42
if Send('respond_to?', 'foo')
bar 'forty-two'
end
respond_to = Method('bar')
if respond_to.call()
foobar 42.0
end
}