module Shaun::ShaunValue
Helper module for classes that are tranparent SHAUN values (String
, Boolean, Object
) It provides a default to_sn
method
Public Instance Methods
to_sn()
click to toggle source
Cast to a SHAUN object.
# File lib/shaun.rb, line 9 def to_sn self end