54 55 56
# File 'lib/jmx/mbean_proxy.rb', line 54 def operations @operations ||= @info.operations.inject([]) { |s,op| s << op.name } end