Libraries
»
coherent
(0.6.11)
»
Index
»
Coherent
»
Plugin
»
#to_s
Method: Coherent::Plugin#to_s
Defined in:
lib/plugin/plugin.rb
#
to_s
⇒
Object
15 16 17
# File 'lib/plugin/plugin.rb', line 15
def
to_s
"
#{
@name
.
ljust
(
30
)
}
#{
@uri
}
"
end