String class of PicoRuby

Instance methods

prettyprint

instance.prettyprint() -> nil

Instance methods

bit_clear

instance.bit_clear(Integer offset, ?lsb_first: bool) -> String

bit_count

instance.bit_count() -> Integer

bit_flip

instance.bit_flip(Integer offset, ?lsb_first: bool) -> String

bit_get

instance.bit_get(Integer offset, ?lsb_first: bool) -> Integer?

bit_set

instance.bit_set(Integer offset, ?lsb_first: bool) -> String

bit_set?

instance.bit_set?(Integer offset, ?lsb_first: bool) -> bool?

bitwise_and

instance.bitwise_and(String other) -> String

bitwise_and!

instance.bitwise_and!(String other) -> String

bitwise_not

instance.bitwise_not() -> String

bitwise_not!

instance.bitwise_not!() -> String

bitwise_or

instance.bitwise_or(String other) -> String

bitwise_or!

instance.bitwise_or!(String other) -> String

bitwise_xor

instance.bitwise_xor(String other) -> String

bitwise_xor!

instance.bitwise_xor!(String other) -> String
Tags: class