class RBS::UnitTest::Convertibles::ToSym

Public Class Methods

new(value = :&) click to toggle source
# File rbs-3.4.0/lib/rbs/unit_test/convertibles.rb, line 104
def initialize(value = :&)
  @value = value
end

Public Instance Methods

to_sym() click to toggle source
# File rbs-3.4.0/lib/rbs/unit_test/convertibles.rb, line 108
def to_sym
  @value
end