Rf::SupportedVSC
Inherits Berm::Flag < Reference < Object
Constants
FlagValues = [:Git, :Svn] of ::Symbol
FLAGVALUES = [:Git, :Svn] of ::Symbol
use verbatim to avoid macro escaping
Git = Rf::SupportedVSC.new(PermValues::Git.value.to_u32)
None = Rf::SupportedVSC.new(PermValues::None.value.to_u32)
Svn = Rf::SupportedVSC.new(PermValues::Svn.value.to_u32)
Constructors
new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
new(value : UInt32)
Instance methods
!=(other : Rf::SupportedVSC)
&(other : Rf::SupportedVSC)
==(other : Rf::SupportedVSC)
|(other : Rf::SupportedVSC)
from_string(string : String) : UInt32
permits_git?
permits_something?
permits_svn?
to_s(io : IO)
Appends a short String representation of this object which includes its class name and its object address.
class Person
def initialize(@name : String, @age : Int32)
end
end
Person.new("John", 32).to_s # => #<Person:0x10a199f20>
to_yaml(yaml : YAML::Nodes::Builder)
value