DEBSOURCES
Skip Quicknav
sources / ruby-compass / 1.0.3~dfsg-4 / cli / lib / compass / sprite_importer / binding.rb
1234567891011
require 'ostruct' module Compass module Sprites class Binding < OpenStruct def get_binding binding end end end end