{{scheme.scheme}}

  • {{toHex(n)}}
  • Dark
  • Light
require "gem"

string = "base16"
symbol = :base16
fixnum = 0
float  = 0.00
array  = Array.new
array  = ["chris"85]
hash   = {"test" => "test"}
regexp = /[abc]/

# This is a comment
class Person

  attr_accessor :name

  def initialize(attributes = {})
    @name = attributes[:name]
  end

  def self.greet
    "hello"
  end
end

person1 = Person.new(:name => "Chris")
print Person::greet" "person1.name, "\n"
puts "another #{Person::greet#{person1.name}"


# {{scheme.scheme}} scheme for the Base16 Builder (https://github.com/chriskempson/base16-builder);
{{prop}}: "{{value}}"{{COMMENT_MAP[prop]}}