Method: Megam::SshKey#to_s
- Defined in:
- lib/megam/core/sshkey.rb
#to_s ⇒ Object
167 168 169 170 |
# File 'lib/megam/core/sshkey.rb', line 167 def to_s Megam::Stuff.styled_hash(to_hash) #"---> Megam::Account:[error=#{error?}]\n"+ end |