Skip to content

Commit

Permalink
Adds definition for osname refs #2800
Browse files Browse the repository at this point in the history
  • Loading branch information
JJ committed Jun 14, 2019
1 parent 8a17d5d commit a413963
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/Type/VM.pod6
Expand Up @@ -7,7 +7,8 @@
class VM does Systemic { }
Built-in class for providing information about the virtual machine in which
Perl 6 is running. Usually accessed through the L<$*VM|/language/variables#index-entry-%24*VM> dynamic variable.
Perl 6 is running. Usually accessed through the
L<$*VM|/language/variables#index-entry-%24*VM> dynamic variable.
=head1 Methods
Expand All @@ -33,6 +34,11 @@ Instance method returning the name of the VM object.
=head2 method osname
Defined as:
multi method osname(VM:U:)
multi method osname(VM:D:)
Instance / Class method returning the name of the Operating System, as known
by the configuration of the VM object / currently running virtual machine.
Expand Down

0 comments on commit a413963

Please sign in to comment.