Class Grit::Actor
In: lib/grit/actor.rb
Parent: Object

Methods

from_string   inspect   new  

External Aliases

name -> to_s

Attributes

email  [R] 
name  [R] 

Public Class methods

Create an Actor from a string.

  +str+ is the string, which is expected to be in regular git format

Format

  John Doe <jdoe@example.com>

Returns Actor

Public Instance methods

Pretty object inspection

[Validate]