class Dhall::Builtin
Public Instance Methods
as_json()
click to toggle source
# File lib/dhall/builtins.rb, line 9 def as_json self.class.name&.split(/::/)&.last&.tr("_", "/").to_s end
# File lib/dhall/builtins.rb, line 9 def as_json self.class.name&.split(/::/)&.last&.tr("_", "/").to_s end