Class: Kanrisuru::Core::Group::Parser::Gid
- Inherits:
-
Object
- Object
- Kanrisuru::Core::Group::Parser::Gid
- Defined in:
- lib/kanrisuru/core/group/parsers/gid.rb
Class Method Summary collapse
Class Method Details
.parse(command) ⇒ Object
8 9 10 |
# File 'lib/kanrisuru/core/group/parsers/gid.rb', line 8 def self.parse(command) command.to_s.split(':')[2].to_i end |